Stephen Abello
b54022e2ad
N°6385 - Move Linkset flags and edit_when logic from UIBlock to DisplayBareRelations
2023-11-02 10:16:35 +01:00
Molkobain
3aec6bff79
N°6866 - Fix regression from previous merge
2023-10-31 16:13:54 +01:00
Molkobain
83313ce1d5
N°6866 - Fix usages of hard-coded "listInObject" to \DisplayBlock::ENUM_STYLE_LIST_IN_OBJECT
2023-10-31 14:01:19 +01:00
Molkobain
8aa3dcdaa7
N°6866 - Fix regression from previous merge
2023-10-31 13:56:17 +01:00
Molkobain
306d8136ef
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
...
# Conflicts:
# sources/Application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php
2023-10-31 11:16:13 +01:00
Stephen Abello
95aa4afe75
N°6385 - Allow to disable LinkedSet (1:n & n:n) edition by XML in host edition
2023-10-30 16:29:25 +01:00
bdalsass
74004fa375
N°6651 - 3.1 bulk modify n:n like Tagset: checkbox ignored ( #552 )
...
- handle selectize enable/disable to update operation hidden input state
- don't execute elements click callback when input disabled
- merge current and initial values for the initial value
2023-10-30 13:57:41 +01:00
Stephen Abello
a9bd62dc43
N°6385 - Allow to disable LinkedSet (1:n & n:n) edition by XML
...
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-10-24 11:09:12 +02:00
Molkobain
12c0edc530
N°6547 - Fix flags init being an hard-coded int instead of the corresponding constant
2023-09-21 18:25:44 +02:00
Stephen Abello
7292a8540b
N°6547 - Disallow linkset edition when lnk attribute is readonly
2023-09-13 10:53:32 +02:00
Anne-Catherine
d797436786
N°6555 - Add class description in tooltip of Dashlet badge ( #504 )
...
cheery pick from branch develop due to target branch error
2023-08-31 14:55:06 +02:00
Pierre Goiffon
f89953f39e
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2023-07-24 15:39:09 +02:00
Stephen Abello
c30da57818
N°6488 - Fix object keyboard shortcut not working anymore due to summary cards stealing its shortcuts
2023-07-03 11:50:12 +02:00
bdalsass
b46d4db8ff
N°6476 - Revert datamodel / compiler changes from N°5563 ( #515 )
2023-06-29 15:11:30 +02:00
Molkobain
71704404d0
N°5945 - Apply same explicit value comparison as previous commit
2023-06-28 10:19:07 +02:00
Molkobain
3c8bea8921
N°5945 - Fix "menu" option in dashlet list having no effect since relations refactoring
2023-06-28 10:11:51 +02:00
Molkobain
7fc46fbc50
N°6472 - Fix empty tables in "Progress" tab of a survey
2023-06-27 10:36:30 +02:00
Molkobain
83564849e0
N°6356 - Search, SELECT on class with a single field display the count and an empty list
2023-06-22 20:18:18 +02:00
Molkobain
1a5ffc23ce
N°6251 - Fix dynamic property declaration
2023-06-19 14:47:06 +02:00
Benjamin Dalsass
578f2dfa8e
N°3190 - Edit n:n LinkedSetIndirect in object details using a tagset-like widget
...
Add security if add option button js code isn't provided
2023-06-14 14:50:17 +02:00
Anne-Catherine
5185f721bd
N°5594 - Dashboard Bug with Group by (table) - iTop 3.0 ( #466 )
2023-06-14 11:06:25 +02:00
Molkobain
f41879f0b1
N°6307 - Fix unappropriate confirm message when updating log on object edition
...
Proper fix as 345a8371 was temporary
2023-05-31 16:26:26 +02:00
Benjamin Dalsass
31a96d24dd
N°6219 - 1:n Read: tooltip, modal title and message on Add-Edit-Remove-Delete
2023-05-31 10:10:02 +02:00
acognet
649457bfc2
N°6308 - issue on displaying a userrequest list with Service_details fields with PHP 8
2023-05-26 00:25:42 +02:00
Eric Espie
cda51c67c5
Fix warning
2023-05-15 11:46:25 +02:00
Stephen Abello
5219541b74
N°6154 Fix some classes names hardcoded in dict entries and calls MetaModel GetName instead of hardcoded dict entry
2023-05-10 10:03:02 +02:00
bdalsass
b9cfb62d1a
N°6251 - 1:n - Actions must not be proposed to user not allowed ( #491 )
2023-05-05 14:28:37 +02:00
Molkobain
53e2d1103a
Improve PHPDoc and type hints
2023-05-04 23:16:14 +02:00
Eric Espie
4f6e74a3ee
N°2250 - DisplayObject with ormLinkSet ignore Removed
2023-05-04 11:01:51 +02:00
Benjamin Dalsass
27d9d6a822
N°6154 - n:n Read - tooltip, buttons tooltips on edit widgets
2023-05-03 12:42:45 +02:00
bdalsass
e16a32bad2
Feature/6154 - Change dict key ( #490 )
2023-05-03 09:47:56 +02:00
bdalsass
de35d941c1
N°6154 N°6219 - Relations Read - tooltip, confirmation title and message ( #486 )
...
N°6154 - n:n Read - tooltip, confirmation title and message on Add-Edit-Remove
N°6219 - 1:n Read: tooltip, modal title and message on Add-Edit-Remove-Delete
2023-04-28 14:43:53 +02:00
Molkobain
e4e562d28e
N°6253 - Fix crash due to missing test on main class
2023-04-27 16:45:57 +02:00
Molkobain
c1ae0ce7fa
N°6253 - Fix only first selected class displayed in lists in run query page
...
Factorized code from \DataTableUIBlockFactory::MakeForRenderingObject() into \DataTableUIBlockFactory::MakeForRendering as 95% of their code where duplicated. 😵
\DataTableUIBlockFactory::MakeForRenderingObject() is now deprecated.
2023-04-27 16:09:14 +02:00
Molkobain
db26a72fd1
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# application/ui.linkswidget.class.inc.php
2023-04-25 21:22:24 +02:00
acognet
3e6e3919fb
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-04-24 15:04:58 +02:00
Molkobain
c34bd42945
N°5957 - Introduce constants for DisplayBlock styles
2023-04-22 09:52:30 +02:00
Molkobain
f308d9b478
N°5957 - Relations: Refactor \DisplayBlock to correctly handle 'listInObject' style
2023-04-22 09:52:30 +02:00
Molkobain
aca46fb1d6
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# application/ui.linkswidget.class.inc.php
2023-04-20 17:41:40 +02:00
Molkobain
f026e6f4b8
N°6208 - Router: Move to Service folder
2023-04-20 09:41:12 +02:00
Molkobain
e3252da5a9
N°6208 - Router: Add mechanism to generate complete route URL from its code
2023-04-20 09:41:12 +02:00
jf-cbd
e436f9bf8d
N°6179 - Tooltip attribute in field component (in Twig) ( #478 )
...
N°6179 - Tooltip attribute in field component (in Twig) (#478 )
2023-04-19 11:02:47 +02:00
Benjamin Dalsass
b8560e4862
N°6207 - Click on Tag Widget Tagset for n:n open in new tab, why?
2023-04-19 08:33:05 +02:00
Stephen Abello
b31bce7269
N°3191 - Add modify button as default action
2023-04-18 16:46:13 +02:00
Stephen Abello
cf74431543
N°3191 - Introduce summary cards for objects hyperlinks ( #476 )
2023-04-17 12:20:49 +02:00
Stephen Abello
16e27ef189
Add features to Spinner block
2023-04-14 11:27:27 +02:00
Stephen Abello
615a38cfe3
N°5981 - Change links Add button tooltip dict entry / value
2023-04-13 10:41:49 +02:00
Stephen Abello
564c9388da
N°6176 - Allow to deny creation on linkset tagset widget
2023-04-12 15:31:05 +02:00
Stephen Abello
1be7e8526e
N°5981 - Change Add button label/tooltip on links
2023-04-12 11:23:31 +02:00
Stephen Abello
478d1b41be
N°5981 - Change create button label/tooltip on direct links
2023-04-12 11:07:51 +02:00