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
Tomáš Peterka
erp5
Commits
4820a37e
Commit
4820a37e
authored
Jul 20, 2017
by
Tomáš Peterka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[renderjs_ui_test] Properly reset values of listbox (better comments for testDefaultSort)
parent
6d77e900
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testSortDefault.zpt
...ortal_tests/renderjs_ui_listbox_zuite/testSortDefault.zpt
+2
-2
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testSortItemDelete.zpt
...al_tests/renderjs_ui_listbox_zuite/testSortItemDelete.zpt
+1
-1
No files found.
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testSortDefault.zpt
View file @
4820a37e
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
</thead><tbody>
</thead><tbody>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplate/macros/init"
/>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplate/macros/init"
/>
<!-- make the listbox to sort by ID DESC
which is not natural thus obvious
-->
<!-- make the listbox to sort by ID DESC -->
<tr>
<tr>
<td>
open
</td>
<td>
open
</td>
<td>
${base_url}/bar_module/ListBoxZuite_reset?field_sort=id+%7C+DESC
</td>
<!-- ?field_sort="id | DESC" -->
<td>
${base_url}/bar_module/ListBoxZuite_reset?field_sort=id+%7C+DESC
</td>
<!-- ?field_sort="id | DESC" -->
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<!-- Create Foo objects with IDs 0-9 -->
<!-- Create Foo objects with IDs 0-9 -->
<tr>
<tr>
<td>
open
</td>
<td>
open
</td>
<td>
${base_url}/foo_module/FooModule_createObjects
?start=1
&
num=5
</td>
<td>
${base_url}/foo_module/FooModule_createObjects
</td>
<td></td>
<td></td>
</tr>
</tr>
...
...
bt5/erp5_web_renderjs_ui_test/PathTemplateItem/portal_tests/renderjs_ui_listbox_zuite/testSortItemDelete.zpt
View file @
4820a37e
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<!-- Clean Up -->
<!-- Clean Up -->
<tr>
<tr>
<td>
open
</td>
<td>
open
</td>
<td>
${base_url}/bar_module/ListBoxZuite_reset
</td>
<td>
${base_url}/bar_module/ListBoxZuite_reset
?field_sort=
</td>
<td></td>
<td></td>
</tr>
</tr>
...
...
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