nathangray
|
1ba23feb9c
|
Etemplate: Fix nextmatch controller destroy() left some references
AJAX responses would then try to use them after the etemplate was destroyed, and fail.
|
2020-11-09 09:44:40 -07:00 |
|
nathangray
|
3b90e1a50d
|
Etemplate: Fix auto-refresh mixed up new rows
|
2020-10-22 13:40:38 -06:00 |
|
nathangray
|
855d6defc9
|
Etemplate: Fix push add to an empty nextmatch would leave the 'No matches found' and throw errors for row actions
|
2020-10-09 10:15:17 -06:00 |
|
nathangray
|
6b5414904f
|
Remove workaround, fix 3 second refresh
|
2020-08-26 14:39:39 -06:00 |
|
nathangray
|
030dafc0a7
|
Etemplate: Fix some nm / push bugs
- Handling for sub-grids
- Fix some index issues in selectionMgr causing rows to jump around
|
2020-08-25 15:57:20 -06:00 |
|
Ralf Becker
|
26a6749b3d
|
* All apps: fix last rows was removed when adding new entry to list with only a couple of rows
see ticket #48204, we do a full refresh now to work around this issue until we have a real fix
|
2020-08-17 12:15:40 +02:00 |
|
Hadi Nategh
|
fe47a2af28
|
A temporary fix for commit 471741ce12 which breaks nm row update with auto refresh enabled
|
2020-08-12 12:04:03 +02:00 |
|
nathangray
|
471741ce12
|
Etemplate: Update controller indexMap when adding a new row
Fixes deleting former top mail that got moved down by a pushed new mail removed both newly added and the selected mail
|
2020-07-29 13:20:09 -06:00 |
|
nathangray
|
3f8bd1b494
|
Get nextmatch rendering, sort of
|
2020-01-31 13:07:27 -07:00 |
|
nathangray
|
33759f0cd9
|
Queue all concurrent server requests, but discard the earliest pending requests if the queue gets full
|
2018-12-12 09:32:44 -07:00 |
|
nathangray
|
9b61ac58c5
|
Limit concurrent server requests from nextmatch to 5, wait others until the pending ones get answered
|
2018-12-11 14:16:37 -07:00 |
|
nathangray
|
f7e194b0b4
|
Respect no_actions flag in controller_selection when selecting a range / all
|
2018-07-23 12:53:41 -06:00 |
|
nathangray
|
10db110ea3
|
Keep selection manager's index map set on reset
|
2018-07-18 10:26:08 -06:00 |
|
nathangray
|
658e84e59f
|
Fix bug where nextmatch selection manager was holding onto selected rows
|
2018-07-16 16:17:36 -06:00 |
|
Hadi Nategh
|
8bdf9e27f6
|
Fix empty row on nm response
|
2018-07-04 17:09:44 +02:00 |
|
Hadi Nategh
|
2bc4f2b8a4
|
On nm init check for grid total number to avoid placeholder actions
|
2018-07-04 16:57:09 +02:00 |
|
Hadi Nategh
|
f9fa811e2e
|
Take nm response after initialization into account when trying to create emptyRow for placeholders action
|
2018-07-04 16:43:53 +02:00 |
|
Hadi Nategh
|
18efbfad98
|
* Api: Fix enabled actions don't show up on nm initiation
|
2018-07-03 18:21:58 +02:00 |
|
nathangray
|
3929432c14
|
Clear the selection before creating the empty row.
Fixes empty rows not getting placeholder actions in some cases.
|
2018-06-20 09:40:35 -06:00 |
|
nathangray
|
f45afa1b6b
|
* Etemplate - fix bug preventing Shift + Select until you refresh the app
|
2017-11-30 10:21:40 -07:00 |
|
nathangray
|
1f042783f7
|
Fix select all disables multi-entry actions
|
2017-11-27 15:06:13 -07:00 |
|
Hadi Nategh
|
87fb94a496
|
Deprecate $j global variable and replace them all with standard jQuery
|
2016-06-02 16:52:01 +02:00 |
|
Ralf Becker
|
9b446f7c17
|
moving et2 js files to api
|
2016-03-19 13:48:07 +00:00 |
|