You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a page data folder type with localization and publication services and use Composite.Tools.StaticDataTypeCreator to export source code
Expected (desired): the following base interfaces are present in the sources: IPageDataFolder, IPublishControlled, ILocalizedControlled
Actual: IData, IProcessControlled, IPageDataFolder, IPageRelatedData, IPublishControlled, ILocalizedControlled
Suggested fix: only attach "leaf interfaces". IProcessControlled, IPageRelatedData and IData all follow implicitly from other interfaces.
This is an enhancement, giving developers simpler code to work with. There is no functional impact.
The text was updated successfully, but these errors were encountered:
Repro:
Expected (desired): the following base interfaces are present in the sources:
IPageDataFolder, IPublishControlled, ILocalizedControlled
Actual:
IData, IProcessControlled, IPageDataFolder, IPageRelatedData, IPublishControlled, ILocalizedControlled
Suggested fix: only attach "leaf interfaces". IProcessControlled, IPageRelatedData and IData all follow implicitly from other interfaces.
This is an enhancement, giving developers simpler code to work with. There is no functional impact.
The text was updated successfully, but these errors were encountered: