Commit fc713028 authored by Aurel's avatar Aurel

2006-07-20 aurel

* define priority on action when creating module

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8622 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d594bd19
......@@ -176,6 +176,7 @@ object_portal_type_value.addAction( "view"\n
, ""\n
, "View"\n
, "object_view"\n
, priority = 1\n
)\n
object_portal_type_value.addAction( "history"\n
, "History"\n
......@@ -183,6 +184,7 @@ object_portal_type_value.addAction( "history"\n
, ""\n
, "View"\n
, "object_view"\n
, priority = 2\n
)\n
object_portal_type_value.addAction( "metadata"\n
, "Metadata"\n
......@@ -190,6 +192,7 @@ object_portal_type_value.addAction( "metadata"\n
, ""\n
, "Manage properties"\n
, "object_view"\n
, priority = 3\n
)\n
object_portal_type_value.addAction( "print_pdf"\n
, "Print"\n
......
2006-07-20 aurel
* define priority on action when creating module
2006-07-20 Kevin
* Add description on validation workflow.
......
30
\ No newline at end of file
32
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment