Community
Participate
Working Groups
We need to update filters associated with "createChild" menu and "createSibling" menu when the filters defined at the page level are different. In the attached patch, the update is done when a new page is activated. To ensure a correct update of these filters, it is necessary to access the underlying EmfMasterDetailBlock contents. Thus, I had to modify the API related to the isMasterDetail flag : instead, I created a getMainMasterDetailBlock() method that should be overridden by subclasses when a EmfMasterDetailBlock is used as the contents of the page. Note that the issue also depends on the issue 296676, since it needs to access to public methods.
Created attachment 153575 [details] Bug fix + necessary API changes
Thanks Jacques, patch applied.