Skip to content

Commit

Permalink
Merge pull request #2570 from hissy/hotfix/basic-workflow
Browse files Browse the repository at this point in the history
Fix basic workflow assignment
  • Loading branch information
aembler committed Jun 11, 2015
2 parents 084b13a + 33218e4 commit c72e4db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/concrete/src/Workflow/BasicWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

class BasicWorkflow extends \Concrete\Core\Workflow\Workflow
{
public function getPermissionAssignmentClassName() {
return '\\Concrete\\Core\\Permission\\Assignment\\BasicWorkflowAssignment';
}

public function updateDetails($post)
{
Expand Down

0 comments on commit c72e4db

Please sign in to comment.