Skip to content

Commit

Permalink
BUG: Can not unlink linked states
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Guyer committed Feb 19, 2014
1 parent 1806c5c commit 742d296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/models/FlowState.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ public function getCMSFields(){
'Content'
);

$linkedState->setRightTitle("HTML link to another State");
$linkedState->setEmptyString(' ')
->setRightTitle("HTML link to another State");

// If within a flowchart page remove parentID
if(!(Controller::curr() instanceof FlowchartAdmin)) {
Expand Down

0 comments on commit 742d296

Please sign in to comment.