N°9357 - Hide in User Portal, Service Subcategory in implementation when in full ITIL

This commit is contained in:
v-dumas
2026-03-23 13:44:52 +01:00
parent 9db21ab860
commit 0d18572fbe
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
<class id="ServiceSubcategory">
<scopes>
<scope id="all">
<oql_view _delta="redefine"><![CDATA[SELECT ServiceSubcategory WHERE status != 'obsolete']]></oql_view>
<oql_view _delta="redefine"><![CDATA[SELECT ServiceSubcategory WHERE status = 'production']]></oql_view>
</scope>
</scopes>
</class>

View File

@@ -1862,7 +1862,7 @@
<class id="ServiceSubcategory">
<scopes>
<scope id="all">
<oql_view _delta="redefine"><![CDATA[SELECT ServiceSubcategory WHERE status != 'obsolete' AND request_type = 'incident']]></oql_view>
<oql_view _delta="redefine"><![CDATA[SELECT ServiceSubcategory WHERE status = 'production' AND request_type = 'incident']]></oql_view>
</scope>
</scopes>
</class>

View File

@@ -2022,7 +2022,7 @@
<class id="ServiceSubcategory">
<scopes>
<scope id="all">
<oql_view _delta="redefine"><![CDATA[SELECT ServiceSubcategory WHERE status != 'obsolete' AND request_type = 'service_request']]></oql_view>
<oql_view _delta="redefine"><![CDATA[SELECT ServiceSubcategory WHERE status = 'production' AND request_type = 'service_request']]></oql_view>
</scope>
</scopes>
</class>