N°7070 - remove _delta attribute from datamodel and avoid _delta attributes under a node having _delta in [define, define_if_not_exist, redefine, force] in deltas

This commit is contained in:
Eric Espie
2024-01-17 15:11:46 +01:00
parent 7f62bd61e3
commit cc5e105d7f
5 changed files with 51 additions and 30 deletions

View File

@@ -277,7 +277,7 @@
}
]]></code>
</method>
<method id="AddCurrentUserToContacts" _revision_id="294" _delta="define">
<method id="AddCurrentUserToContacts" _revision_id="294">
<comment>/**
*
* Add the current contact associated Person to the contacts_list of this Ticket
@@ -305,7 +305,7 @@
}]]></code>
<arguments/>
</method>
<method id="RemoveCurrentUserFromContacts" _revision_id="296" _delta="define">
<method id="RemoveCurrentUserFromContacts" _revision_id="296">
<comment>/**
*
* Remove the current user associated Person from the contacts_list of this Ticket