acognet
efeedcad30
N°3868 - "Error: Invalid filter parameter" on mass update
2021-03-31 11:32:35 +02:00
acognet
2265d1641e
N°3868 - "Error: Invalid filter parameter" on mass update
2021-03-31 09:20:53 +02:00
acognet
6f9b5b7c64
N°2737 - Migrate table to DataTables plugin in display objects
2021-03-31 09:20:53 +02:00
Molkobain
2f73256c94
Improve PHPDoc on cmdbAbstractObject::GetShortcutActions() to flag it as an API to overload the 'shortcut_actions' config. param.
2021-03-19 11:19:02 +01:00
acognet
c214d09e84
N°2841 - Error when trying to delete a user with a no admin
2021-03-18 18:20:34 +01:00
Stephen Abello
8471bdeffe
N°3542 Separate JS buttons from URL buttons
2021-03-18 15:39:19 +01:00
Molkobain
2a1b58e2c1
Deprecated old history APIs
2021-03-17 10:30:46 +01:00
Molkobain
5e5277f38e
N°3534 - Dashboard: Add missing HTML meta data
2021-03-15 20:08:22 +01:00
Molkobain
370c08cd68
N°3657 - Replace calls to deprecate jQuery methods (".click(callback)" to ".on('click', callback)")
2021-03-15 09:29:09 +01:00
Molkobain
f1613c62a4
N°3657 - Replace calls to deprecate jQuery methods (".bind" and ".unbind")
2021-03-15 09:28:06 +01:00
Molkobain
ca7a9bdbe2
N°2847 - Fix (raw) text field size & style
2021-03-13 18:16:27 +01:00
Molkobain
1caa9a3e15
Code format on inputs
2021-03-13 18:01:53 +01:00
Molkobain
ebada5e866
N°2844 - Document file: Fix object details not displaying correctly
2021-03-12 18:32:56 +01:00
Molkobain
0902f2c32b
Update TODO
2021-03-12 18:04:11 +01:00
Molkobain
d175bca3cc
Set attribute: Fix field always displayed in error in edition
...
Note: As mentioned in the commit introducing this, this attribute type does not fit well in the error reporting mechanism
2021-03-12 14:21:19 +01:00
Molkobain
bdc8fe9db3
Session messages: Introduce severity constants
2021-03-12 09:46:34 +01:00
Molkobain
33d72890fa
Fix warning session message colors
2021-03-12 09:35:54 +01:00
Molkobain
40d002d9e8
N°3649 - Activity panel: Add notifications
2021-03-12 09:02:29 +01:00
acognet
fe5d5f3869
N°3648 - FIx size of DataTable
2021-03-11 10:32:52 +01:00
Molkobain
1eae57a401
Code cleanup
2021-03-05 09:50:43 +01:00
Molkobain
71db321570
N°3792 - Deprecate "buttons_position" config. param.
2021-03-04 19:27:25 +01:00
Molkobain
377eb36509
Update PHPDoc and add todo for R&D review
2021-03-04 18:29:06 +01:00
Molkobain
99295634a6
Migrate abstract class creation page
2021-03-04 18:00:27 +01:00
Molkobain
1d7bc7c8f7
N°2844 - Refactor Panel to include a configurable header
...
- TitleForObjectDetails no longer exists, use the ObjectDetails's properties instead
2021-03-04 18:00:26 +01:00
Molkobain
6c20f74b90
Code cleanup
2021-03-04 17:59:33 +01:00
Pierre Goiffon
8efc688ff8
N°3750 data-input-type Ajax refresh : use .attr() only
...
This attributes value must be get using `.attr()` only, and never .data()
This is what we adopted in the rest of the application.
The `.data()` method must only be used when dealing with large data structure. When having only strings like here, it is OK to store them in the DOM
2021-03-04 16:57:39 +01:00
Stephen Abello
226c301d92
N°3722 Hide field description tooltip if it has the same content as field label
2021-03-04 16:32:46 +01:00
Pierre Goiffon
675dcda86d
N°3750 Fix data-input-type modification not visible in the DOM
2021-03-04 15:52:48 +01:00
Stephen Abello
0638f79c2b
Remove changes commited with abcf73f that were only meant to test obsolete/archived behavior
2021-03-02 16:00:18 +01:00
Stephen Abello
abcf73f233
N°2844 N°3570 Bring back Synchronized, Obsolete and Archived tags next to object name
2021-03-02 15:56:31 +01:00
Molkobain
52113233b8
N°2844 - Restore table style on final page of an object deletion
2021-03-02 14:50:35 +01:00
Pierre Goiffon
225c176f71
N°3750 data-input-type : change XHR detection method
...
I added WebPage::IsAjaxPage, but this wasn't a good idea as XHR isn't really related to the Page impl used !
Instead we're now using the new method \utils::IsXmlHttpRequest which is a copy of \Symfony\Component\HttpFoundation\Request::isXmlHttpRequest
Many thanks @Molkobain !
2021-03-02 12:13:27 +01:00
Pierre Goiffon
c679318d16
N°3750 data-input-type : refresh attribute on AJAX refresh
2021-03-01 16:48:12 +01:00
Pierre Goiffon
1060c0ca94
N°3750 Set input type for linkedset
2021-03-01 08:58:36 +01:00
Pierre Goiffon
6a5c47887a
N°3750 New data-input-typeattribute to fields container
...
This will allow easiest DOM manipulation in BeHat tests !
2021-02-26 12:16:29 +01:00
Pierre Goiffon
9907e4af58
Fix TODO 3.0
2021-02-26 11:01:41 +01:00
Pierre Goiffon
4d78f4b535
N°3750 Fix syntax for array key
...
Thanks @Molkobain !
2021-02-24 20:09:32 +01:00
Pierre Goiffon
30cddeae2d
N°3750 Fix no data-input-id attribute for status attribute
2021-02-24 18:42:59 +01:00
Pierre Goiffon
c8911f1fa9
N°3750 Add data-input-id to field container
...
This will allow easiest DOM manipulation in BeHat tests
2021-02-24 17:19:55 +01:00
Stephen Abello
c757b5051e
Simplify medallion icon calls in cmdbabstract and fix an issue with notifications
2021-02-23 11:31:09 +01:00
Stephen Abello
b0a1371122
Fix class icon being too big in displaybarerelations
2021-02-23 10:48:58 +01:00
Molkobain
837d1824b1
Code cleanup: Remove useless code
2021-02-23 09:39:56 +01:00
Molkobain
2bf23f0618
N°3629 - Activity panel: Fix case logs not saved during object creation
2021-02-23 09:39:56 +01:00
bruno-ds
26bbdc1a57
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# application/cmdbabstract.class.inc.php
# application/utils.inc.php
# dictionaries/en.dictionary.itop.core.php
# dictionaries/fr.dictionary.itop.core.php
# setup/setuputils.class.inc.php
2021-02-23 08:58:29 +01:00
Molkobain
9c0966ff42
Image attribute: Add upload button
2021-02-22 16:23:45 +01:00
Molkobain
f04a5dbfef
N°2844 - Fix image attribute display and editing
2021-02-19 22:01:51 +01:00
Molkobain
5e21ec03cd
Rename constants according to @steffunky 's advice (better DX)
2021-02-19 18:35:20 +01:00
Stephen Abello
ea502e9c81
Allow to set a customized placeholder for ajax tabs in scrollable mode
2021-02-19 17:38:47 +01:00
Molkobain
6634f3981e
Concurrent lock: Fix modal's button to match new convention
2021-02-19 12:34:41 +01:00
Molkobain
38c6f8c76f
Concurrent lock: Fix ownership handler in the backoffice
...
- Lost lock message will only be displayed once instead of being stacked every 60s 🤪
- Action buttons (except "Cancel") are disabled when the lock expires (regression from 3.0.0)
- Modal window is now larger
2021-02-19 12:34:41 +01:00