N°9168 - merge data feature removal to iTop core code

N°9168 - phpstan fix

N°9168 - align module version with itop core
This commit is contained in:
odain
2026-02-24 10:40:34 +01:00
parent fe34a6f9c3
commit bd9129dee2
36 changed files with 1733 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{# @copyright Copyright (C) 2010-2024 Combodo SAS #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% UIForm Standard {} %}
{% UIPanel Neutral { sTitle:'DataFeatureRemoval:Analysis:Title'|dict_s, sSubTitle: 'DataFeatureRemoval:Analysis:SubTitle'|dict_format(rule_count) } %}
{% UIDataTable ForForm { sRef:'aCheckRules', aColumns:aCheckRules.Columns, aData:aCheckRules.Data} %}{% EndUIDataTable %}
{% EndUIPanel %}
{% EndUIForm %}