Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-tool_lifecycle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-tool_lifecycle
Commits
3af47cac
Commit
3af47cac
authored
3 years ago
by
Justus Dieckmann
Browse files
Options
Downloads
Patches
Plain Diff
Fixup some copyright/top level documentation
parent
1589e4e7
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
classes/local/table/select_workflow_table.php
+6
-6
6 additions, 6 deletions
classes/local/table/select_workflow_table.php
createworkflowfromexisting.php
+1
-1
1 addition, 1 deletion
createworkflowfromexisting.php
editworkflow.php
+1
-1
1 addition, 1 deletion
editworkflow.php
with
8 additions
and
8 deletions
classes/local/table/select_workflow_table.php
+
6
−
6
View file @
3af47cac
...
...
@@ -15,10 +15,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Table listing all
active automatically triggered workflows
.
* Table listing all
workflows with a "copy from" button
.
*
* @package tool_lifecycle
* @copyright 20
18 Jan Dageförde
WWU
* @copyright 20
22 Justus Dieckmann
WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace
tool_lifecycle\local\table
;
...
...
@@ -34,10 +34,10 @@ require_once($CFG->libdir . '/tablelib.php');
require_once
(
__DIR__
.
'/../../../lib.php'
);
/**
* Table listing all
active automatically triggered workflows
.
* Table listing all
workflows with a "copy from" button
.
*
* @package tool_lifecycle
* @copyright 20
18 Jan Dageförde
WWU
* @copyright 20
22 Justus Dieckmann
WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class
select_workflow_table
extends
\flexible_table
{
...
...
This diff is collapsed.
Click to expand it.
createworkflowfromexisting.php
+
1
−
1
View file @
3af47cac
...
...
@@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Displays form for c
reating or edit
ing a new workflow.
* Displays form for c
opy
ing a new workflow
from a existing one
.
*
* @package tool_lifecycle
* @copyright 2022 Justus Dieckmann WWU
...
...
This diff is collapsed.
Click to expand it.
editworkflow.php
+
1
−
1
View file @
3af47cac
...
...
@@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Displays form for creating or editing a
new
workflow.
* Displays form for creating
a new
or editing a
n existing
workflow.
*
* @package tool_lifecycle
* @copyright 2022 Justus Dieckmann WWU
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment