Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
iv
erp5
Commits
ce5ad74b
You need to sign in or sign up before continuing.
Commit
ce5ad74b
authored
13 years ago
by
Łukasz Nowak
Browse files
Options
Download
Email Patches
Plain Diff
Add generic worklist into generic Business Template.
parent
93472ec2
workflow_migration
dev
folder_optimization
lucas
master
workflow
perf_notification_removal
perf-reduce-getOb-3
perf-reduce-getOb-2
perf-reduce-getOb-1
perf-reduce-destination-acquisition
perf-notification-removal
perf-minor-changes
perf-method-improvement
perf-loop
perf-filter-objectValues
perf-expression-compilation
perf-dict-comprehension
perf-category-getter-3
perf-category-getter-2
perf-category-getter-1
perf-ac_inherited_permission
list
erp5.util-0.4.46
erp5.util-0.4.44
erp5.util-0.4.43
erp5.util-0.4.41
erp5.util-0.4.40
erp5.util-0.4.37
erp5.util-0.4.1
erp5.util-0.4
erp5.util-0.3
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bt5/erp5_system_event/WorkflowTemplateItem/portal_workflow/system_event_workflow/worklists/system_events_to_acknowledge.xml
+76
-0
...event_workflow/worklists/system_events_to_acknowledge.xml
bt5/erp5_system_event/bt/revision
+1
-1
bt5/erp5_system_event/bt/revision
with
77 additions
and
1 deletion
+77
-1
bt5/erp5_system_event/WorkflowTemplateItem/portal_workflow/system_event_workflow/worklists/system_events_to_acknowledge.xml
0 → 100644
+
76
-
0
View file @
ce5ad74b
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"WorklistDefinition"
module=
"Products.DCWorkflow.Worklists"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
actbox_category
</string>
</key>
<value>
<string>
global
</string>
</value>
</item>
<item>
<key>
<string>
actbox_icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
actbox_name
</string>
</key>
<value>
<string>
System Events to Acknowledge
</string>
</value>
</item>
<item>
<key>
<string>
actbox_url
</string>
</key>
<value>
<string
encoding=
"cdata"
>
<![CDATA[
system_event_module/?reset=1&validation_state=confirmed
]]>
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
guard
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
system_events_to_acknowledge
</string>
</value>
</item>
<item>
<key>
<string>
var_matches
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
data
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<tuple>
<string>
confirmed
</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
This diff is collapsed.
Click to expand it.
bt5/erp5_system_event/bt/revision
+
1
-
1
View file @
ce5ad74b
4
5
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help