Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PaaSage
paasage_frontend
Commits
28bc234f
Commit
28bc234f
authored
Aug 02, 2016
by
Etienne Charlier
Browse files
Hack to bypass reasoning
parent
608fed97
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/PaasageModelController.java
View file @
28bc234f
...
...
@@ -67,6 +67,7 @@ public class PaasageModelController extends GenericApiController<PaasageModel, P
passageModelStateConfigForUsers
.
configure
(
PaasageModel
.
State
.
READY_TO_REASON
)
.
ignore
(
PaasageModel
.
Action
.
NO_ACTION
)
.
permit
(
PaasageModel
.
Action
.
DEPLOY
,
PaasageModel
.
State
.
DEPLOYING
)
.
permit
(
PaasageModel
.
Action
.
START_REASONING
,
PaasageModel
.
State
.
REASONING
);
passageModelStateConfigForUsers
.
configure
(
PaasageModel
.
State
.
REASONING
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment