| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Refs #4579
|
|
Added Controller Spec
Fixed Older Specs
|
|
compliance_check_set spec
|
|
|
|
Fixes: #4431@0.16666666666666666h;
|
|
|
|
|
|
|
|
Refs #4467
|
|
|
|
|
|
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee
- Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate
- Removing route GET duplicate_referential_line_route --> RoutesController#duplicate
- Removing controller action RoutesController#post_duplicate
* Link in Route Decorator depends on new policy RoutePolicy#decorate?
* Adapting specs
|
|
|
|
|
|
Refs #4280
|
|
|
|
|
|
|
|
|
|
|
|
Send POST requests for duplication to a new controller method so we can
more easily handle them and separate setup and creation code.
Note that the test doesn't work. The `to change` part succeeds even
though it shouldn't. Still need to figure out what's going on there, but
committing this to hand off the feature to Robert.
Refs #4189
|
|
Duplicate of new.html.slim for now just to get the page working.
Refs #4189
|
|
|
|
Don't force creation of the `route`, create it lazily.
Refs #4189
|
|
This test was commented out in 2015. Safe to say we can remove it now.
|
|
|
|
3507 1726 impl workbench import
|
|
|
|
|
|
|
|
journey_patterns
|
|
Policy Refactoring and Policy Test Completion
- All policies (and all permissions) under test.
- Common patterns and potential problems identified...
- ... and documented in DEVNOTES.md
- some simply refactorings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #3406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|