Summary: | (Bug 6934 followup) Templates missing body id | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | kyle, mtj |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6934 | ||
Bug Blocks: | |||
Attachments: |
Bug 17635: Fix templates with missing body id
Bug 17635: Fix templates with missing body id |
Description
Tomás Cohen Arazi (tcohen)
2016-11-15 18:06:21 UTC
Created attachment 57513 [details] [review] Bug 17635: Fix templates with missing body id The following template files are missing body id and class and should be fixed: - members/housebound.tt - reports/cash_register_stats.tt To test: - Run: $ sudo koha-shell kohadev ; cd kohaclone k$ prove xt/tt_valid.t => FAIL: Tests fail due to the mentioned templates - Apply this patch - Run: $ sudo koha-shell kohadev ; cd kohaclone k$ prove xt/tt_valid.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 57514 [details] [review] Bug 17635: Fix templates with missing body id The following template files are missing body id and class and should be fixed: - members/housebound.tt - reports/cash_register_stats.tt To test: - Run: $ sudo koha-shell kohadev ; cd kohaclone k$ prove xt/tt_valid.t => FAIL: Tests fail due to the mentioned templates - Apply this patch - Run: $ sudo koha-shell kohadev ; cd kohaclone k$ prove xt/tt_valid.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Passing QA directly. Pushed to master for 16.11, thanks Tomas! blocked by enhancement, passing for 16.05 Blocked by enhancement, skipping for 16.05.x |