Bug 13055 - Show budget name when editing it
Summary: Show budget name when editing it
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: master
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL: /cgi-bin/koha/admin/aqbudgetperiods.p...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 14:47 UTC by Owen Leonard
Modified: 2015-06-04 23:32 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13055 - Show budget name when editing it (2.03 KB, patch)
2014-10-09 14:59 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 13055 - Show budget name when editing it (2.04 KB, patch)
2014-10-16 14:29 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 13055 - Show budget name when editing it (2.15 KB, patch)
2014-10-16 14:42 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2014-10-09 14:47:23 UTC
When you are editing a budget the page heading should show the name of that budget.
Comment 1 Owen Leonard 2014-10-09 14:59:10 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-16 14:29:15 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-16 14:42:35 UTC
Created attachment 32422 [details] [review]
[PASSED QA] Bug 13055 - Show budget name when editing it

This patch adds the budget name to the page heading when editing a
budget. The patch also similarly corrects the page title during edit
operations and fixes some inconsistency in the breadcrumbs.

To test, edit an existing budget (Adminitration -> Budgets) and confirm
that page title, breadcrumbs, and heading look correct.

Signed-off-by: Chris <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Nice improvement, works as described.
Comment 4 Tomás Cohen Arazi 2014-11-20 00:50:22 UTC
Patch pushed to master.

Thanks Owen!