Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
c2cd77ef
Commit
c2cd77ef
authored
Nov 15, 2011
by
Tatuya Kamada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow Gadget objects default validation sate changing, now they are public.
parent
3020d52f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
bt5/erp5_web_ung_theme/TestTemplateItem/testUNG.py
bt5/erp5_web_ung_theme/TestTemplateItem/testUNG.py
+1
-1
bt5/erp5_web_ung_theme/bt/change_log
bt5/erp5_web_ung_theme/bt/change_log
+4
-1
bt5/erp5_web_ung_theme/bt/revision
bt5/erp5_web_ung_theme/bt/revision
+1
-1
No files found.
bt5/erp5_web_ung_theme/TestTemplateItem/testUNG.py
View file @
c2cd77ef
...
...
@@ -423,7 +423,7 @@ class TestUNG(ERP5TypeTestCase):
self
.
portal
.
web_site_module
.
ung
.
WebSection_addGadgetList
(
gadget_id_list
)
self
.
stepTic
()
gadget
=
self
.
portal
.
portal_catalog
.
getResultValue
(
portal_type
=
"Gadget"
,
validation_state
=
"
visible
"
)
validation_state
=
"
public
"
)
self
.
assertEquals
(
gadget_id_list
,
gadget
.
getId
())
self
.
portal
.
knowledge_pad_module
.
deleteContent
(
id
=
obj
.
getId
())
self
.
stepTic
()
...
...
bt5/erp5_web_ung_theme/bt/change_log
View file @
c2cd77ef
2011-11-15 tatuya
* Follow Gadget objects default validation sate changing, now they are public.
2011-06-09 gabriel.oliveira
* Force listbox page navigation to work
...
...
bt5/erp5_web_ung_theme/bt/revision
View file @
c2cd77ef
372
\ No newline at end of file
374
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