Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
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
Hamza
erp5-Boxiang
Commits
bf7f27b4
Commit
bf7f27b4
authored
Jul 09, 2013
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ivan_base'
parents
687fedda
423b0974
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
bt5/erp5_base/WorkflowTemplateItem/portal_workflow/document_security_interaction_workflow/interactions/Document_setContributor.xml
...raction_workflow/interactions/Document_setContributor.xml
+4
-4
product/ERP5OOo/tests/testDms.py
product/ERP5OOo/tests/testDms.py
+1
-1
No files found.
bt5/erp5_base/WorkflowTemplateItem/portal_workflow/document_security_interaction_workflow/interactions/Document_setContributor.xml
View file @
bf7f27b4
...
...
@@ -27,15 +27,15 @@
<item>
<key>
<string>
after_script_name
</string>
</key>
<value>
<tuple/>
<list>
<string>
Document_setContributor
</string>
</list>
</value>
</item>
<item>
<key>
<string>
before_commit_script_name
</string>
</key>
<value>
<list>
<string>
Document_setContributor
</string>
</list>
<tuple/>
</value>
</item>
<item>
...
...
product/ERP5OOo/tests/testDms.py
View file @
bf7f27b4
...
...
@@ -1143,12 +1143,12 @@ class TestDocument(TestDocumentMixin):
version
=
'003'
,
language
=
'bg'
,
reference
=
'tlv-test-doc-1'
)
self
.
login
()
contributor_list
=
document_4
.
getContributorValueList
()
contributor_list
.
append
(
person1
)
document_4
.
setContributorValueList
(
contributor_list
)
document_4
.
publish
()
self
.
tic
()
self
.
login
()
# search arbitrary word
kw
=
{
'searchabletext_any'
:
'software'
}
...
...
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