Commit Graph

18 Commits

Author SHA1 Message Date
5e3c67a5cf converted egw_action from javascript to typescript
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
2023-07-10 16:54:22 +02:00
dd43a3dc7a same for _linkCallback (give method and attribute a different name to fix transpiling) 2023-03-20 20:26:51 +01:00
53984a270f Get nm rows showing 2023-03-20 13:11:00 -06:00
68155251fa fixing a couple of jQuery plugin includes
thought jQueryUI-tooltip is still broken and we either need to legacy-load jQuery(UI) or fix the tooltip
2021-07-01 16:33:15 +02:00
b4c4606c22 Move all egw_action constants into egw_action_constants 2021-06-14 13:45:57 +02:00
54fff9739a Add more missing import statements 2021-06-10 15:40:49 +02:00
38cb855017 fixing a couple more imports to get addressbook list show up 2021-06-09 11:11:34 +02:00
304dbb95ab got empty nextmatch in timesheet working 2021-06-08 14:11:59 +02:00
f91bca83e1 got et2 mostly working: timesheet.edit renders 2021-06-07 17:33:53 +02:00
5c10576b3b Don't event set sort order if it hasn't changed 2021-01-04 09:43:54 -07:00
522fca6344 Etemplate: Apply sort order (to UI) if server sends it 2020-11-23 10:19:11 -07:00
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
9c4f866382 Fix methods in hidden app objects could not be used as action handlers
Now nextmatch sets the etemplate's EgwApp object as context for the action manager.  Actions now check and will use the set context instead of global when binding to handlers
2020-10-08 14:57:45 -06:00
f07303b321 Etemplate: Fix editing entry so it no longer matched current filters would cause missing rows and incorrect total 2020-10-02 10:39:33 -06:00
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
29b22e336e Fix CRM view did not add new infolog entries on push 2020-08-06 12:49:33 -06:00
8eebea528d Code style improvements 2020-02-11 11:32:50 -07:00
3f8bd1b494 Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00