rapila / cms-base

The rapila cms’ internals. Please file all issues here if they’re not directly related to a plugin or the sample site.

Home Page:http://www.rapi.la

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page_detail: content object changes are not handled correctly

juergmessmer opened this issue · comments

Occurs: since jQuery 3 update and rework of page_detail (menu) default page type

  1. Adding a new content object to a (filled modules) container is not "registered" properly.
    The inherit content message should be removed (if inherit is true and no object exists) as soon as a content is added (adminAddObjectToContainer)
  2. Moving the new content object directly after adding does not save the new location. If page is being reloade, the object is still at the original location.

Sorry, wrong issue declared as duplicate

Fixed with 30af872