This topic contains 2 replies, has 2 voices, and was last updated by Jaimy 8 years, 11 months ago.
-
Topic
-
Hello fellow OroCRM folks!
I really enjoy the nice and smooth synchronisation with Magento, compared to the earlier releases it works flawlessly! However, I did notice a strange “change” in the GA release. Apparently, when you create a channel, let’s say a Magento Channel, and let is synchronize with Magento, you are not allowed to delete it! That’s kind off odd I would say, since I only created an example channel for test purposes.
In the OroIntegrationBundle:Channel:update.html.twig is a line[13]* which will show or not show the delete ui button. Ofcourse I could add an IntegrationBundle, set this as my parent and overrule this template, but I would like to know why you are not allowed to delete a channel after synchronization, what is the goal of this feature?
I look forward to your responds.
Kind Regards,
Jaimy Casteleijn
* The line I’m talking about is in OroIntegrationBundle:Channel:update.html.twig on line 13:
1{% if not isSynced and entity.id and resource_granted('DELETE', entity) %}
The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.