Skip to content

Commit

Permalink
UI Configuration : Remove unused UI Device URL configs, related code …
Browse files Browse the repository at this point in the history
…from JSON / LDAP serialization #4574, adding missing ui config changes that are relevant for the pro version
  • Loading branch information
vrindanayak committed Sep 30, 2024
1 parent 505f975 commit 10472b2
Showing 1 changed file with 33 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Apache Directory Studio on March 8, 2024, 4:34:24 PM
# Generated by Apache Directory Studio on September 30, 2024, 3:01:49 PM

# SCHEMA "DCM4CHEE-ARCHIVE-UI"
dn: cn=dcm4chee-archive-ui, ou=schema
Expand Down Expand Up @@ -359,7 +359,7 @@ objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.3.28
m-name: dcmuiDeviceURLName
m-description: UI Device URL Name
m-description: NO LONGER USED - MAY BE DECLARED OBSOLETE IN FUTURE VERSION
m-equality: caseExactMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
m-singleValue: TRUE
Expand All @@ -371,7 +371,7 @@ objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.3.29
m-name: dcmuiDeviceURL
m-description: UI Device URL
m-description: NO LONGER USED - MAY BE DECLARED OBSOLETE IN FUTURE VERSION
m-equality: caseExactMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
m-singleValue: TRUE
Expand All @@ -383,7 +383,7 @@ objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.3.30
m-name: dcmuiDeviceURLDescription
m-description: UI Device URL Description
m-description: NO LONGER USED - MAY BE DECLARED OBSOLETE IN FUTURE VERSION
m-equality: caseExactMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
m-singleValue: TRUE
Expand All @@ -395,7 +395,7 @@ objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.3.31
m-name: dcmuiDeviceURLInstalled
m-description: Indicates if the Device URL is installed
m-description: NO LONGER USED - MAY BE DECLARED OBSOLETE IN FUTURE VERSION
m-equality: booleanMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.7
m-singleValue: TRUE
Expand Down Expand Up @@ -1140,6 +1140,30 @@ m-equality: caseExactMatch
m-substr: caseExactSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15

dn: m-oid=1.2.40.0.13.1.15.111.3.97, ou=attributetypes, cn=dcm4chee-archive-ui,
ou=schema
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.3.97
m-name: dcmuiStoreAccessControlID
m-description: Store Access Control ID
m-equality: caseExactMatch
m-substr: caseExactSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15

dn: m-oid=1.2.40.0.13.1.15.111.3.98, ou=attributetypes, cn=dcm4chee-archive-ui,
ou=schema
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.3.98
m-name: dcmuiUWLWebAppLabels
m-description: UWL Web App labels
m-equality: caseExactMatch
m-substr: caseExactSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15

dn: ou=comparators, cn=dcm4chee-archive-ui, ou=schema
objectclass: organizationalUnit
objectclass: top
Expand Down Expand Up @@ -1205,6 +1229,7 @@ m-may: dcmDefaultLanguage
m-may: dcmLanguages
m-may: dcmuiWidgetAets
m-may: dcmuiInstitutionNameFilterType
m-may: dcmuiStoreAccessControlID
m-may: dcmuiInstitutionName
m-may: dcmuiMWLWorklistLabel

Expand Down Expand Up @@ -1326,9 +1351,11 @@ m-must: dcmuiTenantConfigName
m-must: dcmAcceptedUserRole
m-may: dcmuiTenantConfigDescription
m-may: dcmuiWebAppLabels
m-may: dcmuiUWLWebAppLabels
m-may: dcmuiApplicationEntities
m-may: dcmuiExporterDescriptions
m-may: dcmuiStorageDescriptors
m-may: dcmuiStoreAccessControlID
m-may: dcmuiQueues

dn: m-oid=1.2.40.0.13.1.15.111.4.2, ou=objectclasses, cn=dcm4chee-archive-ui, ou
Expand Down Expand Up @@ -1436,7 +1463,7 @@ objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.111.4.8
m-name: dcmuiDeviceURLObject
m-description: Device URL
m-description: NO LONGER USED - MAY BE DECLARED OBSOLETE IN FUTURE VERSION
m-supObjectClass: top
m-must: dcmuiDeviceURLName
m-must: dcmuiDeviceURL
Expand Down

0 comments on commit 10472b2

Please sign in to comment.