Index: openacs-4/packages/glossary/sql/postgresql/wf-full-term-publish-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/sql/postgresql/wf-full-term-publish-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/glossary/sql/postgresql/wf-full-term-publish-create.sql 20 Nov 2001 10:47:12 -0000 1.2 +++ openacs-4/packages/glossary/sql/postgresql/wf-full-term-publish-create.sql 5 Apr 2018 14:44:09 -0000 1.3 @@ -58,8 +58,8 @@ select workflow__add_place( 'full_term_publish_process_wf', - 'before_edit_definiton', - 'Ready to Edit Definiton', + 'before_edit_definition', + 'Ready to Edit Definition', 2 ); @@ -126,8 +126,8 @@ select workflow__add_role ( 'full_term_publish_process_wf', - 'edit_definiton', - 'Edit Definiton', + 'edit_definition', + 'Edit Definition', 2 ); @@ -152,9 +152,9 @@ select workflow__add_transition ( 'full_term_publish_process_wf', - 'edit_definiton', - 'Edit Definiton', - 'edit_definiton', + 'edit_definition', + 'Edit Definition', + 'edit_definition', 2, 'user' ); @@ -228,7 +228,7 @@ select workflow__add_arc ( 'full_term_publish_process_wf', 'approve_new_term', - 'before_edit_definiton', + 'before_edit_definition', 'out', '#', '', @@ -252,7 +252,7 @@ select workflow__add_arc ( 'full_term_publish_process_wf', 'author_definition', - 'before_edit_definiton', + 'before_edit_definition', 'out', '', '', @@ -275,20 +275,20 @@ select workflow__add_arc ( 'full_term_publish_process_wf', - 'edit_definiton', + 'edit_definition', 'before_add_illustration', 'out', 'wf_callback__guard_attribute_true', - 'edit_definiton_is_definition_correct_p', + 'edit_definition_is_definition_correct_p', 'Is definition correct' ); select workflow__add_arc ( 'full_term_publish_process_wf', - 'edit_definiton', - 'before_edit_definiton', + 'edit_definition', + 'before_edit_definition', 'in', '', '', @@ -299,7 +299,7 @@ select workflow__add_arc ( 'full_term_publish_process_wf', - 'edit_definiton', + 'edit_definition', 'start', 'out', '#', @@ -343,7 +343,7 @@ select workflow__create_attribute( 'full_term_publish_process_wf', - 'edit_definiton_is_definition_correct_p', + 'edit_definition_is_definition_correct_p', 'boolean', 'Is definition correct', null, @@ -360,8 +360,8 @@ select workflow__add_trans_attribute_map( 'full_term_publish_process_wf', - 'edit_definiton', - 'edit_definiton_is_definition_correct_p', + 'edit_definition', + 'edit_definition_is_definition_correct_p', 1 ); @@ -374,7 +374,7 @@ select workflow__add_trans_role_assign_map( 'full_term_publish_process_wf', - 'edit_definiton', + 'edit_definition', 'add_illustration' ); @@ -538,7 +538,7 @@ values ('default', 'full_term_publish_process_wf', - 'edit_definiton', + 'edit_definition', 20, '', '',