Merge lp:~svwilliams/loco-team-portal/707123-add-child-task-from-update into lp:loco-team-portal
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 640 | ||||
Proposed branch: | lp:~svwilliams/loco-team-portal/707123-add-child-task-from-update | ||||
Merge into: | lp:loco-team-portal | ||||
Diff against target: |
75 lines (+12/-2) 3 files modified
loco_directory/meetings/urls.py (+1/-0) loco_directory/meetings/views.py (+10/-2) loco_directory/templates/meetings/agenda_item_update.html (+1/-0) |
||||
To merge this branch: | bzr merge lp:~svwilliams/loco-team-portal/707123-add-child-task-from-update | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hall (community) | Needs Fixing | ||
Review via email: mp+82802@code.launchpad.net |
Commit message
/templates/
meeting/url.py - Added a url redirect linking the add-item-add-child to add-item-new
meeting/view.py - Added agenda-item-id to add-item new setting it to None automatically and set the parent id of the new agenda item if it is set
Description of the change
/templates/
meeting/url.py - Added a url redirect linking the add-item-add-child to add-item-new
meeting/view.py - Added agenda-item-id to add-item new setting it to None automatically and set the parent id of the new agenda item if it is set
Does not save the update agenda item before going to the new agenda item. This may need to be done before this is pushed in or could be set as another bitsize bug ... up to the reviewer
On line 21 of the diff, attribute=none doesn't seem to belong. What is this for?