Skip to content
Snippets Groups Projects
Unverified Commit 2200face authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Coding style

parent 471b97dc
Branches
Tags
No related merge requests found
......@@ -406,7 +406,8 @@ class workflow_settings {
$steps = step_manager::get_step_types();
echo '<span class="ml-1"></span>';
echo $OUTPUT->single_select(new \moodle_url($PAGE->url,
array('action' => action::STEP_INSTANCE_FORM, 'sesskey' => sesskey(), 'workflowid' => $this->workflowid, 'class' => 'ml-1')),
array('action' => action::STEP_INSTANCE_FORM, 'sesskey' => sesskey(),
'workflowid' => $this->workflowid, 'class' => 'ml-1')),
'stepname', $steps, '', array('' => get_string('add_new_step_instance', 'tool_lifecycle')));
}
......
......@@ -183,7 +183,7 @@ $string['process_triggered_event'] = 'A process has been triggered';
$string['process_proceeded_event'] = 'A process has been proceeded';
$string['process_rollback_event'] = 'A process has been rolled back';
// Privacy API
// Privacy API.
$string['privacy:metadata:tool_lifecycle_action_log'] = 'A log of actions done by course managers.';
$string['privacy:metadata:tool_lifecycle_action_log:processid'] = 'ID of the Process the action was done in.';
$string['privacy:metadata:tool_lifecycle_action_log:workflowid'] = 'ID of the Workflow the action was done in.';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment