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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
640f3aea
Commit
640f3aea
authored
Nov 25, 2014
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gadget_activity_watcher.js because of no nomre jslint &Change Id to ID for naming convention
parent
932c95a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewGadgetField/my_id.xml
...m/portal_skins/erp5_ui_test/Bar_viewGadgetField/my_id.xml
+1
-1
product/ERP5/tests/testXHTML.py
product/ERP5/tests/testXHTML.py
+1
-1
No files found.
bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Bar_viewGadgetField/my_id.xml
View file @
640f3aea
...
...
@@ -237,7 +237,7 @@
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
I
d
</string>
</value>
<value>
<string>
I
D
</string>
</value>
</item>
<item>
<key>
<string>
truncate
</string>
</key>
...
...
product/ERP5/tests/testXHTML.py
View file @
640f3aea
...
...
@@ -49,7 +49,7 @@ class TestXHTMLMixin(ERP5TypeTestCase):
# some forms have intentionally empty listbox selections like RSS generators
FORM_LISTBOX_EMPTY_SELECTION_PATH_LIST
=
[
'erp5_web_widget_library/WebSection_viewContentListAsRSS'
]
IGNORE_FILE_LIST
=
[
'require.js'
,
'require.min.js'
,
'wz_dragdrop.js'
]
IGNORE_FILE_LIST
=
[
'require.js'
,
'require.min.js'
,
'wz_dragdrop.js'
,
'gadget_activity_watcher.js'
]
def
changeSkin
(
self
,
skin_name
):
"""
...
...
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