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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mukul
erp5
Commits
353a85ba
Commit
353a85ba
authored
Dec 27, 2017
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui_test] More columns now appears in filter options
parent
62863ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_translate_zuite/testFilterEditor.zpt
...al_tests/renderjs_ui_translate_zuite/testFilterEditor.zpt
+2
-2
bt5/erp5_web_renderjs_ui_test/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui_test/Base_createBaseLanguage.py
...kins/erp5_web_renderjs_ui_test/Base_createBaseLanguage.py
+4
-1
No files found.
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_translate_zuite/testFilterEditor.zpt
View file @
353a85ba
...
...
@@ -54,7 +54,7 @@
<tr>
<td>
verifySelectOptions
</td>
<td>
//div[@class="filter_item_container"]/div[1]//select[1]
</td>
<td>
ID,biaoti,soushuowenben,soushuo
</td>
<td>
ID,biaoti,
chuangjianshijian,xiugaishijian,shuoyouzhe,
soushuowenben,soushuo
</td>
</tr>
<tr>
...
...
@@ -68,7 +68,7 @@
<tr>
<td>
select
</td>
<td>
//div[@class="filter_item_container"]/div[1]//select[1]
</td>
<td>
index=
2
</td>
<td>
index=
5
</td>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui_test/Base_createBaseLanguage.py
View file @
353a85ba
...
...
@@ -65,7 +65,10 @@ param_dict = [
{
'message'
:
'Login'
,
'translation'
:
'denglu'
,
'language'
:
'wo'
},
{
'message'
:
'Password'
,
'translation'
:
'mima'
,
'language'
:
'wo'
},
{
'message'
:
'I forgot my password!'
,
'translation'
:
'wanjimima'
,
'language'
:
'wo'
},
{
'message'
:
'Default'
,
'translation'
:
'moren'
,
'language'
:
'wo'
}
{
'message'
:
'Default'
,
'translation'
:
'moren'
,
'language'
:
'wo'
},
{
'message'
:
'Creation Date'
,
'translation'
:
'chuangjianshijian'
,
'language'
:
'wo'
},
{
'message'
:
'Modification Date'
,
'translation'
:
'xiugaishijian'
,
'language'
:
'wo'
},
{
'message'
:
'Owner'
,
'translation'
:
'shuoyouzhe'
,
'language'
:
'wo'
}
]
for
tmp
in
param_dict
:
...
...
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