CMSB 3.81 menu groups BUG?

3 posts by 2 authors in: Forums > CMS Builder
Last Post: about an hour ago   (RSS)

I was recreating my menugroups as some had very old extraneous fields. I notice that the new menugroup had an extra entry for menuOrder. I thought that menuOrder was no longer required. These were recreated in CMSB 3.81

<?php return [
  'menuName' => ' App Settings ',
  '_tableName' => 'app_settings_menugroup',
  '_primaryKey' => 'num',
  'menuType' => 'menugroup',
  'listPageFields' => '',
  'listPageOrder' => '',
  'listPageSearchFields' => '',
  '_filenameFields' => '',
  '_perPageDefault' => NULL,
  'alwaysExpanded' => 0,
  'menuOrder' => 1211054592,

];
Jeff Shields
yaadev.com

They were created in 3.81. I deleted the old one usine the database editor. Confirmed the database record was removed and the file deleted. i then recreated the menugroup. Checked the dtatabase, new record created. Checked the file and no menuOrder. dragged it into position and the menuOrder was added to the schema.pho file.

Jeff Shields
yaadev.com