Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Products.DCWorkflow
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Products.DCWorkflow
Commits
954ed05b
Commit
954ed05b
authored
Aug 13, 2012
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- content_url is deprecated
parent
cd29c843
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Products/DCWorkflow/doc/actbox.stx
Products/DCWorkflow/doc/actbox.stx
+4
-4
Products/DCWorkflow/profiles/revision2/workflows/default_workflow/definition.xml
...files/revision2/workflows/default_workflow/definition.xml
+2
-2
docs/narrative/ActionBoxes.rst
docs/narrative/ActionBoxes.rst
+4
-4
No files found.
Products/DCWorkflow/doc/actbox.stx
View file @
954ed05b
...
...
@@ -2,16 +2,16 @@
Names and URLs for the actions box can be formatted using standard Python
string formatting. An example::
%(
conten
t_url)s/content_submit_form
%(
objec
t_url)s/content_submit_form
The string '%(
content_url)s' will be replaced by the value of conten
t_url.
The string '%(
object_url)s' will be replaced by the value of objec
t_url.
The following names are available:
- portal_url
- folder_url
-
conten
t_url
-
objec
t_url
- user_id
...
...
@@ -25,6 +25,6 @@ They are not strings.
- folder
-
conten
t
-
objec
t
- isAnonymous
Products/DCWorkflow/profiles/revision2/workflows/default_workflow/definition.xml
View file @
954ed05b
...
...
@@ -97,7 +97,7 @@
title=
"Member makes content private"
new_state=
"private"
trigger=
"USER"
before_script=
""
after_script=
""
>
<action
url=
"%(
conten
t_url)s/content_hide_form"
<action
url=
"%(
objec
t_url)s/content_hide_form"
icon=
"%(portal_url)s/retract_icon.png"
category=
"workflow"
>
Make private
</action>
<guard>
...
...
@@ -145,7 +145,7 @@
title=
"Member makes content visible"
new_state=
"visible"
trigger=
"USER"
before_script=
""
after_script=
""
>
<action
url=
"%(
conten
t_url)s/content_show_form"
<action
url=
"%(
objec
t_url)s/content_show_form"
icon=
"%(portal_url)s/approve_icon.png"
category=
"workflow"
>
Make visible
</action>
<guard>
...
...
docs/narrative/ActionBoxes.rst
View file @
954ed05b
...
...
@@ -9,16 +9,16 @@ link to.
Names and URLs for the actions box can be formatted using standard Python
string formatting. An example::
%(
conten
t_url)s/content_submit_form
%(
objec
t_url)s/content_submit_form
The string '%(
content_url)s' will be replaced by the value of conten
t_url.
The string '%(
object_url)s' will be replaced by the value of objec
t_url.
The following names are available:
* portal_url
* folder_url
*
conten
t_url
*
objec
t_url
* count (Available in work lists only. Represents the number of items in the
work list.)
...
...
@@ -30,7 +30,7 @@ They are not strings.
* folder
*
conten
t
*
objec
t
* isAnonymous
...
...
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