Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
80322ecd
Commit
80322ecd
authored
Mar 14, 2023
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_safeimage: Move Mixin definitions to PortalTypeTypeMixin
Use the proper way to include Mixin into a portal type
parent
7c4264a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
bt5/erp5_safeimage/PortalTypeTemplateItem/portal_types/Image%20Tile%20Transformed.xml
...eTemplateItem/portal_types/Image%20Tile%20Transformed.xml
+0
-8
bt5/erp5_safeimage/PortalTypeTypeMixinTemplateItem/type_mixin.xml
..._safeimage/PortalTypeTypeMixinTemplateItem/type_mixin.xml
+8
-0
bt5/erp5_safeimage/bt/template_portal_type_type_mixin_list
bt5/erp5_safeimage/bt/template_portal_type_type_mixin_list
+2
-0
No files found.
bt5/erp5_safeimage/PortalTypeTemplateItem/portal_types/Image%20Tile%20Transformed.xml
View file @
80322ecd
...
...
@@ -50,14 +50,6 @@
<tuple/>
</value>
</item>
<item>
<key>
<string>
type_mixin
</string>
</key>
<value>
<tuple>
<string>
BaseExtensibleTraversableMixin
</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_safeimage/PortalTypeTypeMixinTemplateItem/type_mixin.xml
0 → 100644
View file @
80322ecd
<type_mixin>
<portal_type
id=
"Image Tile"
>
<item>
BaseExtensibleTraversableMixin
</item>
</portal_type>
<portal_type
id=
"Image Tile Transformed"
>
<item>
BaseExtensibleTraversableMixin
</item>
</portal_type>
</type_mixin>
\ No newline at end of file
bt5/erp5_safeimage/bt/template_portal_type_type_mixin_list
0 → 100644
View file @
80322ecd
Image Tile Transformed | BaseExtensibleTraversableMixin
Image Tile | BaseExtensibleTraversableMixin
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment