diff --git a/module/execution/view/preview.html.php b/module/execution/view/preview.html.php index 1f99b97981..47e628880d 100644 --- a/module/execution/view/preview.html.php +++ b/module/execution/view/preview.html.php @@ -97,13 +97,13 @@ $dataType = '';
| stage == 'developing' ? "checked" : ''?> id="story3developing"> | -stage == 'developed' ? "checked" : ''?> id="story3developed"> | -stage == 'testing' ? "checked" : ''?> id="story3testing"> |
+ stage == 'developing' ? "checked" : ''?> id="storyid;?>developing"> | +stage == 'developed' ? "checked" : ''?> id="storyid;?>developed"> | +stage == 'testing' ? "checked" : ''?> id="storyid;?>testing"> |
| stage == 'tested' ? "checked" : ''?> id="story3tested"> | -stage == 'verified' ? "checked" : ''?> id="story3verified"> | +stage == 'tested' ? "checked" : ''?> id="storyid;?>tested"> | +stage == 'verified' ? "checked" : ''?> id="storyid;?>verified"> |
| - | - | + | + | ||
| - | + | + |