Handle duplication of pages with elemental-list properly

This commit is contained in:
Ryan Johnston 2018-06-26 14:48:29 -06:00
parent 60d9b718de
commit 17cf20a4f1
No known key found for this signature in database
GPG Key ID: 7DF2891B17435099

View File

@ -26,6 +26,10 @@ class ElementList extends BaseElement
'Elements' 'Elements'
]; ];
private static $cascade_duplicates = [
'Elements'
];
private static $extensions = [ private static $extensions = [
ElementalAreasExtension::class ElementalAreasExtension::class
]; ];