View | Details | Raw Unified | Return to bug 37676
Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/syntax.py (+1 lines)
 Lines 3477-3482   class ObjectFlag(select): Link Here 
3477
		('temporary', _('Mark this object as temporary')),
3477
		('temporary', _('Mark this object as temporary')),
3478
		('functional', _('Ignore this object in standard UDM modules')),
3478
		('functional', _('Ignore this object in standard UDM modules')),
3479
		('docker', _('This object is related to a Docker App container')),
3479
		('docker', _('This object is related to a Docker App container')),
3480
		('synced', _('This object is synched from Active Directory')),
3480
	]
3481
	]
3481
3482
3482
3483

Return to bug 37676