Merge lp:~abreu-alexandre/click-reviewers-tools/fix-local-url-patterns-override-rule into lp:click-reviewers-tools
Proposed by
Alexandre Abreu
on 2015-02-02
| Status: | Merged |
|---|---|
| Merge reported by: | Jamie Strandboge |
| Merged at revision: | not available |
| Proposed branch: | lp:~abreu-alexandre/click-reviewers-tools/fix-local-url-patterns-override-rule |
| Merge into: | lp:click-reviewers-tools |
| Diff against target: |
29 lines (+2/-6) 2 files modified
clickreviews/cr_desktop.py (+1/-5) clickreviews/tests/test_cr_desktop.py (+1/-1) |
| To merge this branch: | bzr merge lp:~abreu-alexandre/click-reviewers-tools/fix-local-url-patterns-override-rule |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jamie Strandboge | 2015-02-02 | Approve on 2015-02-03 | |
|
Review via email:
|
|||
Commit Message
Relax the rule that states that webapps with a model search path shouldn't have url patterns listed in the command line. In order to avoid confusion, we allow this to happen (and it already works fine the command line patterns being appended to the locally defined ones).
Description of the Change
Relax the rule that states that webapps with a model search path shouldn't have url patterns listed in the command line. In order to avoid confusion, we allow this to happen (and it already works fine the command line patterns being appended to the locally defined ones).
To post a comment you must log in.
| Daniel Holbach (dholbach) wrote : | # |
Looks like this wasn't merged yet.

Since --webappUrlPatterns is now supposed to work with a model search path as per Alex's comments, this looks ok to me.