GetPrivilegeInfo(); if (!$IsNested) { $Logic = $PrivilegeInfo["Logic"]; $SafePrivilegeType = defaulthtmlentities($PrivilegeType); ?>
Type() == MetadataSchema::MDFTYPE_OPTION) { # Option fields use the selector menu, rather than a form field. # Values are ControlledName Ids, prefixed with a "C" to distinguish # them from privilge flag numbers. PrintValueField($PrivilegeType, "C".$Condition["Value"], "NULL"); } else { PrintValueField($PrivilegeType, NULL, $Condition["Value"]); } } # nested privilege set else if ($Condition instanceof PrivilegeSet) { PrintSubjectField($PrivilegeType, "set_entry"); PrintOperatorField($PrivilegeType); PrintValueField($PrivilegeType, $Condition->AllRequired() ? "AND" : "OR"); # end the fieldset for the set entry row ?>
Id()); $SafeSchemaName = defaulthtmlentities($H_Schema->Name()); $SafeSchemaResourceName = defaulthtmlentities($H_Schema->ResourceName()); $SafeSchemaViewPage = defaulthtmlentities($H_Schema->ViewPage()); $SafeViewingPrivilegesError = defaulthtmlentities($H_ViewingPrivilegesError); $SafeAuthoringPrivilegesError = defaulthtmlentities($H_AuthoringPrivilegesError); $SafeEditingPrivilegesError = defaulthtmlentities($H_EditingPrivilegesError); ?>

Edit Metadata Schema

There was an issue with the viewing privileges and they were not saved:

There was an issue with the authoring privileges and they were not saved:

There was an issue with the editing privileges and they were not saved:

Name
Resource Name
View Page
Viewing Permissions ViewingPrivileges(), "ViewingPrivileges"); ?>
Authoring Permissions AuthoringPrivileges(), "AuthoringPrivileges"); ?>
Editing Permissions EditingPrivileges(), "EditingPrivileges"); ?>