vdumas
652a9f6e40
N°6370 - Replace Audit Category menu by a dashboard
2023-06-05 17:58:14 +02:00
Benjamin Dalsass
8eb1053daa
N°803 - Allow display & edition of attributes on n:n relations on Portal
2023-06-05 16:19:06 +02:00
Molkobain
41bce359a0
N°6307 - Fix mentions not working in edition due to CRUD changes
2023-05-31 17:45:20 +02:00
Eric Espie
5f359b2b61
N°6151 - Allow to select classes on union outside the already selected classes
2023-05-31 14:40:13 +02:00
Eric Espie
173960e717
N°6324 - CRUD Event for one time treatment before creation and before update
2023-05-30 11:54:15 +02:00
Eric Espie
c3bb995407
N°6324 - CRUD Event for one time treatment before creation and before update
2023-05-30 11:29:24 +02:00
Pierre Goiffon
0508608e78
N°6322 Delegate \AttributeCustomFields::CheckValue to the handler
...
This allows to move template_id checks from BuildForm (which is called in the UI to construct the form also) to a dedicated method only called for validation
2023-05-24 09:28:26 +02:00
vdumas
976c9c1523
N°6311 - Add a Log on User Local, LDAP and External
2023-05-20 18:54:10 +02:00
Eric Espie
0188108a68
Add EVENT_DB_BEFORE_CREATE and EVENT_DB_BEFORE_UPDATE events in CRUD calls
2023-05-17 10:16:18 +02:00
Eric Espie
ad25d8823f
Add EVENT_DB_BEFORE_CREATE and EVENT_DB_BEFORE_UPDATE events in CRUD calls
2023-05-16 15:52:02 +02:00
Eric Espie
0cc28b42b2
✅ Move EventService init to Metamodel::Startup() for unit tests
2023-05-16 10:23:01 +02:00
Anne-Catherine
a98fab8f66
N°6240 - Improve display of picture in read or edit mode ( #484 )
2023-05-15 16:12:26 +02:00
vdumas
c61faf453c
N°5971 - Prevent changing the Org of a Person having Portal User without the new Org allowed
2023-05-12 18:24:46 +02:00
Pierre Goiffon
7c594db4b9
N°1150 AtributeCustomFields : FromJSONToValue is now delegated to the handler
...
Method was always returning null before
2023-05-12 10:58:43 +02:00
Eric Espie
5dc80f31f5
N°6299 - DBUpdate regression in 3.1 when setting a field with same value in the concerned object
2023-05-11 16:16:49 +02:00
vdumas
380723056a
N°5559 - Obsolete replica locks object edition - fix default param value
2023-05-10 10:24:12 +02:00
Pierre Goiffon
4695511b46
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-05-09 15:37:05 +02:00
Pierre Goiffon
cdcc069099
Fix typo in exception message
...
Regression introduced in fe179079 in support/3.0 branch and upwards
2023-05-09 14:02:02 +02:00
Vincent Dumas
5c252849fa
N°5559 - Prevent obsolete replica to lock iTop object ( #376 )
...
* N°5559 prevent obsolete replica to lock iTop object
* N°5559 - new config param for ignoring obsolete replica
* N°5559 - new config param for ignoring obsolete replica (2)
2023-05-09 11:28:44 +02:00
odain
b4f517b03b
Merge branch 'support/3.0' into develop
2023-05-05 15:57:04 +02:00
odain
8c639fc23a
N°5753 - add config parameter allow_rest_services_via_tokens to bypass rest secure profile option
2023-05-05 15:53:32 +02:00
Anne-Catherine
f29e748baa
N°6265 - Too many call to current person in database ( #488 )
2023-05-05 15:08:48 +02:00
Pierre Goiffon
436e6b80db
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# tests/php-unit-tests/ItopTestCase.php
2023-05-05 09:45:02 +02:00
Pierre Goiffon
1884596ecd
N°6274 Fix log.class.inc.php crashing cause cannot load ItopTestCase class
...
Now the constant name is defined in approot
2023-05-04 17:34:14 +02:00
Pierre Goiffon
584cfa8cbf
N°6274 Fix PHP Notices not caught in ItopDataTestCase PHPUnit
...
This was caused by the set_error_handler() done in DeprecatedCallsLog during startup
Now we are :
* not registering the handler if a PHPUnit test is running (based on a constant set in ItopTestCase::setUp)
* on registration only do it for the required notices
2023-05-04 17:08:47 +02:00
Eric Espie
4f6e74a3ee
N°2250 - DisplayObject with ormLinkSet ignore Removed
2023-05-04 11:01:51 +02:00
bdalsass
e16a32bad2
Feature/6154 - Change dict key ( #490 )
2023-05-03 09:47:56 +02:00
bdalsass
d91fafb2af
N°5916 - Generic message on Link Uniqueness rules ( #487 )
2023-04-28 14:45:09 +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
Pierre Goiffon
9112a06458
N°6237 Set external value reloaded instance in the m_aOrigValues too
2023-04-27 11:44:11 +02:00
Pierre Goiffon
edaa4fca31
💡 N°6237 Comment in ormCustomFieldsValue about current_* keys mandatory for DBUpdate to work
2023-04-27 11:10:01 +02:00
Pierre Goiffon
0cb3d699f0
N°6237 Fix ormCustomFieldsValue not reloaded after DBInsert or DBUpdate
2023-04-26 18:16:18 +02:00
Pierre Goiffon
900aa4a044
N°6043 Add phpdoc
2023-04-26 17:41:07 +02:00
Eric Espie
d8b21e11ed
N°6182 - Fix crash with UNION OQL queries when classes / aliases are different
2023-04-26 15:09:12 +02:00
Eric Espie
d0e6572fd0
N°1608 - Fix attachments access rights
2023-04-25 10:05:10 +02:00
vdumas
900208f249
N°6212 - Report Target class info on Trigger, so it can be displayed in complementary_name
2023-04-24 18:12:35 +02:00
Molkobain
3f37858c70
N°2889 - Fix error on attachment download due to $oObj not being a \cmdbAbstractObject
2023-04-23 23:15:05 +02:00
vdumas
6476e82c3d
N°6212 - Mirror Target class on Trigger, so it can be displayed in complementary_name
2023-04-21 15:25:58 +02:00
Pierre Goiffon
b4e2c79175
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-04-21 14:58:21 +02:00
Pierre Goiffon
740ff8c649
💡 DeprecatedCallsLog phpdoc
2023-04-21 14:58:00 +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
ed79c8f099
Merge remote-tracking branch 'origin/support/3.0.3' into support/3.0
2023-04-20 12:53:34 +02:00
Molkobain
46e869d1f4
N°6124 - Workaround performance problem on the modification of an object with an n:n relation having a large volume
2023-04-20 12:22: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
vdumas
4645e9b94b
N°6210 - Avoid n:n duplicates on User-Profile and Trigger-Actions - uniqueness rules
2023-04-19 16:35:31 +02:00
Pierre Goiffon
d46d1db8e4
💡 PHPDoc for ormCustomFieldsValue
2023-04-18 15:33:18 +02:00
Pierre Goiffon
3e454de77e
N°1150 AtributeCustomFields : GetForJSON is now delegated to the handler
...
Method was always returning null before
2023-04-18 11:44:00 +02:00
Stephen Abello
cf74431543
N°3191 - Introduce summary cards for objects hyperlinks ( #476 )
2023-04-17 12:20:49 +02:00
vdumas
752b74c0ce
N°6159 - Mail notification default search - remove importance
2023-04-14 17:19:48 +02:00
vdumas
a86a67e404
N°5972 - User creation- Enhance details display, search, FR dico
2023-04-13 13:10:01 +02:00