Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Workflow copy paste #21607

Merged
merged 1 commit into from
Aug 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions administrator/components/com_workflow/Model/StageModel.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* Item Model for a Prove Component.
*
* @package Joomla.Administrator
* @subpackage com_prove
* @subpackage com_workflow
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand All @@ -19,9 +17,7 @@
use Joomla\CMS\Language\Text;

/**
* The first example class, this is in the same
* package as declared at the start of file but
* this example has a defined subpackage
* Model class for stage
*
* @since __DEPLOY_VERSION__
*/
Expand Down
6 changes: 2 additions & 4 deletions administrator/components/com_workflow/Model/StagesModel.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* States model for com_workflow
*
* @package Joomla.Administrator
* @subpackage com_prove
* @subpackage com_workflow
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand All @@ -17,7 +15,7 @@
use Joomla\CMS\Factory;

/**
* Model class for items
* Model class for stages
*
* @since __DEPLOY_VERSION__
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* Item Model for a Prove Component.
*
* @package Joomla.Administrator
* @subpackage com_prove
* @subpackage com_workflow
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand All @@ -19,9 +17,7 @@
use Joomla\CMS\Language\Text;

/**
* The first example class, this is in the same
* package as declared at the start of file but
* this example has a defined subpackage
* Model class for transition
*
* @since __DEPLOY_VERSION__
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* Items Model for a Prove Component.
*
* @package Joomla.Administrator
* @subpackage com_prove
* @subpackage com_workflow
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand All @@ -18,7 +16,7 @@
use Joomla\Component\Workflow\Administrator\Helper\WorkflowHelper;

/**
* Model class for items
* Model class for transitions
*
* @since __DEPLOY_VERSION__
*/
Expand Down
8 changes: 2 additions & 6 deletions administrator/components/com_workflow/Model/WorkflowModel.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* Item Model for a Prove Component.
*
* @package Joomla.Administrator
* @subpackage com_prove
* @subpackage com_workflow
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand All @@ -20,9 +18,7 @@
use Joomla\CMS\Language\Text;

/**
* The first example class, this is in the same
* package as declared at the start of file but
* this example has a defined subpackage
* Model class for workflow
*
* @since __DEPLOY_VERSION__
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/**
* Items Model for a Prove Component.
*
* @package Joomla.Administrator
* @subpackage com_prove
* @subpackage com_workflow
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand All @@ -17,7 +15,7 @@
use Joomla\CMS\Factory;

/**
* Model class for items
* Model class for workflows
*
* @since __DEPLOY_VERSION__
*/
Expand Down