Hi,
I just can not figure out why an admin user can Add DropDown in the DropDown Editor while can not remove it after. Anybody know the reason?
Thanks.
Hi,
I just can not figure out why an admin user can Add DropDown in the DropDown Editor while can not remove it after. Anybody know the reason?
Thanks.
You should be able to do that. In DropDown Editor there is a trashbox icon on the right side of each item where you can remove this item (see screenshot).
Stefan Ulrich Sauer
System Analyst
Devoteam Danet GmbH
Gutenbergstraße 10
D-64331 Weiterstadt
Germany
email: Stefan-Ulrich.Sauer@devoteam.com
http://www.devoteam.de
Remove all the items and leave an empty dropdown list which is not useful anymore ?
I can unset in the dropdown array by coding, but I can not prevent admin user create new empty dropdown by mistake and just leave it.
Yes, the dropdown list itself cannot be removed by Dropdown Editor. I think this is because any field could still use this list. If you're sure that the list isn't used anymore you could delete it's entry manually from file custom\include\language\en_us.lang.php. It should look like
PHP Code:$GLOBALS['app_list_strings']['MY_EMPTY_DROPDOWN_LIST']=array (
);
Stefan Ulrich Sauer
System Analyst
Devoteam Danet GmbH
Gutenbergstraße 10
D-64331 Weiterstadt
Germany
email: Stefan-Ulrich.Sauer@devoteam.com
http://www.devoteam.de
Thanks, now I understand.
I hope someday DropDown Editor can detect the list which is not in use, and enable a button Delete DropDown, that will be perfect![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks