Magento uses select box when a user is browsing settings. When i wrote new config class (it's not a old code, perhaps only a.asunused code), i foresaw we would have problems making a interface because it's difficult to group selector as */*/en, or */mobil/*, or !admin and probably some simplification must be done, but i expected more flexibility in new admin..
roger. -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/994455 Title: site, view and language in aiki_configs should be separated fields Status in Aiki Framework: New Bug description: It the same stupid thing as using serialized arrays in forms table they should be separated. Client code or API can provide one selector to them to make life easier for users but database should be simple. Why? because it's hard to create code that handled them and the code that select will be easier 1. if selector is * all is * 2. if its ???/???/??? it simple $array = explode('/', $selector); $site = $array[0], $view = $array[1]; $lang = $array[2]; To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/994455/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

