2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

ObjectID isn't set in createAJAX method #422

Closed 2martens closed 9 years ago

2martens commented 9 years ago

The createAJAX method of the MenuItemAction class doesn't set the objectID in the switch statement starting at line 227. Therefore it misses in the switch statement starting at line 277. This is a follow-up bug of #419, since the relevant code section should have been updated for the fix of #419.