Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
1
Merge Requests
1
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
Romain Courteaud
slapos.core
Commits
3c648e30
Commit
3c648e30
authored
Jun 21, 2022
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_erp5: delivery/movement must use source_project instead of follow_up
parent
d87f47e6
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Acknowledgement.xml
...apos_erp5/PortalTypeRolesTemplateItem/Acknowledgement.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Fax%20Message.xml
...slapos_erp5/PortalTypeRolesTemplateItem/Fax%20Message.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Incident%20Response.xml
..._erp5/PortalTypeRolesTemplateItem/Incident%20Response.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Letter.xml
...er/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Letter.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Mail%20Message.xml
...lapos_erp5/PortalTypeRolesTemplateItem/Mail%20Message.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Note.xml
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Note.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Phone%20Call.xml
.../slapos_erp5/PortalTypeRolesTemplateItem/Phone%20Call.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Regularisation%20Request.xml
.../PortalTypeRolesTemplateItem/Regularisation%20Request.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Short%20Message.xml
...apos_erp5/PortalTypeRolesTemplateItem/Short%20Message.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Site%20Message.xml
...lapos_erp5/PortalTypeRolesTemplateItem/Site%20Message.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Support%20Request.xml
...os_erp5/PortalTypeRolesTemplateItem/Support%20Request.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Visit.xml
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Visit.xml
+1
-1
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Web%20Message.xml
...slapos_erp5/PortalTypeRolesTemplateItem/Web%20Message.xml
+1
-1
No files found.
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Acknowledgement.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Fax%20Message.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Incident%20Response.xml
View file @
3c648e30
...
...
@@ -2,7 +2,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Letter.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Mail%20Message.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Note.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Phone%20Call.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Regularisation%20Request.xml
View file @
3c648e30
...
...
@@ -16,7 +16,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Short%20Message.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Site%20Message.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Support%20Request.xml
View file @
3c648e30
...
...
@@ -16,7 +16,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Visit.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Web%20Message.xml
View file @
3c648e30
...
...
@@ -18,7 +18,7 @@
<role
id=
'Assignor'
>
<property
id=
'title'
>
Project Compute Node Manager
</property>
<property
id=
'description'
>
XXX project local role group
</property>
<property
id=
'condition'
>
python: context.get
FollowUp
("", portal_type='Project') != ""
</property>
<property
id=
'condition'
>
python: context.get
SourceProject
("", portal_type='Project') != ""
</property>
<property
id=
'base_category_script'
>
ERP5Type_getSecurityCategoryFromContent
</property>
<multi_property
id=
'category'
>
function/computer/manager
</multi_property>
<multi_property
id=
'base_category'
>
source_project
</multi_property>
...
...
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