Hello,
[attachment=0]action.jpg[/attachment]
In the image above you can see I added an action in my CC but I don't see a way to remove it. How can this be done?
Thanks.
Chris.
[attachment=0]action.jpg[/attachment]
In the image above you can see I added an action in my CC but I don't see a way to remove it. How can this be done?
Thanks.
Chris.
Hi Chris,
I don't know any way to do that. I guess that you just ignore it,
Bob
I don't know any way to do that. I guess that you just ignore it,
Bob
Actually there is a way - this post helped me - delete an action.
Basically you don't need to edit any file, you can do it in browser's Web developer manually (edit HTML)
[list=](0. open web developer, i.e. in my Firefox Ctrl-Shift-i )
1. find element with id actions-admin-XXXX (where XXXX is the action you want to delete) and delete it
2. find the link ("a" element, it's the link to edit the action) with href="#actions-admin-XXXX" and delete it.
3. save the connection, you're done.[/list]
This worked for me.
Basically you don't need to edit any file, you can do it in browser's Web developer manually (edit HTML)
[list=](0. open web developer, i.e. in my Firefox Ctrl-Shift-i )
1. find element with id actions-admin-XXXX (where XXXX is the action you want to delete) and delete it
2. find the link ("a" element, it's the link to edit the action) with href="#actions-admin-XXXX" and delete it.
3. save the connection, you're done.[/list]
This worked for me.
This topic is locked and no more replies can be posted.