Merge lp://staging/~elachuni/ubuntu-webcatalog/blank-apps into lp://staging/ubuntu-webcatalog
Proposed by
Anthony Lenton
Status: | Rejected |
---|---|
Rejected by: | Natalia Bidart |
Proposed branch: | lp://staging/~elachuni/ubuntu-webcatalog/blank-apps |
Merge into: | lp://staging/ubuntu-webcatalog |
Diff against target: |
12 lines (+1/-1) 1 file modified
src/webcatalog/models/applications.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~elachuni/ubuntu-webcatalog/blank-apps |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Nelson (community) | Approve | ||
Review via email: mp+154810@code.staging.launchpad.net |
Description of the change
A trivial branch to add a blank=True argument to ApplicationWidget's applications field. This allows you to edit widgets from the admin UI, create them without apps before a bundle starts, add / remove widgets from the admin UI and clear all apps when when they're no longer needed.
To post a comment you must log in.
Unmerged revisions
- 179. By Anthony Lenton
-
Fixed admin UI form so that widgets can be created without linked apps.
+1 - I'm assuming the change doesn't cause south to expect a migration due to a differing field def.