Searched refs:ACTION_APPROVE (Results 1 – 5 of 5) sorted by relevance
18 public const ACTION_APPROVE = 'approve'; define in dokuwiki\\plugin\\structpublish\\meta\\Constants30 self::ACTION_APPROVE => self::STATUS_APPROVED,40 self::ACTION_APPROVE => [51 'previousAction' => self::ACTION_APPROVE,
164 $this->dbHelper->checkAccess($ID, [Constants::ACTION_APPROVE])167 'structpublish[' . Constants::ACTION_APPROVE . ']',168 $this->getLang('action_' . Constants::ACTION_APPROVE)
33 … if (!$action || !in_array($action, [Constants::ACTION_PUBLISH, Constants::ACTION_APPROVE])) {
152 foreach ([Constants::ACTION_APPROVE, Constants::ACTION_PUBLISH] as $status) {
80 $helper->saveRevision(Constants::ACTION_APPROVE);