Summary: | Columns configuration - table name cannot contain underscore | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | josef.moravec, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 13864 | ||
Attachments: |
Bug 13875: Columns configuration - Allow underscore in table name
[SIGNED-OFF] Bug 13875: Columns configuration - Allow underscore in table name [PASSED QA] Bug 13875: Columns configuration - Allow underscore in table name [PASSED QA] Bug 13864: Columns configuration - Late orders [PASSED QA] Bug 13875: Columns configuration - Allow underscore in table name |
Description
Jonathan Druart
2015-03-19 15:39:11 UTC
Created attachment 37013 [details] [review] Bug 13875: Columns configuration - Allow underscore in table name This is a bug fix for bug the columns configuration feature, and specialy for bug 13864. Test plan: Apply patches on bug 13864 and save columns for the late orders (in the columns configuration admin page). Confirm that they are correctly saved. Created attachment 37403 [details] [review] [SIGNED-OFF] Bug 13875: Columns configuration - Allow underscore in table name This is a bug fix for bug the columns configuration feature, and specialy for bug 13864. Test plan: Apply patches on bug 13864 and save columns for the late orders (in the columns configuration admin page). Confirm that they are correctly saved. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> works as expected Created attachment 37518 [details] [review] [PASSED QA] Bug 13875: Columns configuration - Allow underscore in table name This is a bug fix for bug the columns configuration feature, and specialy for bug 13864. Test plan: Apply patches on bug 13864 and save columns for the late orders (in the columns configuration admin page). Confirm that they are correctly saved. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> works as expected Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 37519 [details] [review] [PASSED QA] Bug 13864: Columns configuration - Late orders This patch adds the ability to hide columns on the late orders page (acqui/lateorders.pl). Test plan: Go on the late orders page and confirm you are able to hide columns. You can also play with the columns configuration admin page and confirm that the behaviors are consistent. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 37523 [details] [review] [PASSED QA] Bug 13875: Columns configuration - Allow underscore in table name This is a bug fix for bug the columns configuration feature, and specialy for bug 13864. Test plan: Apply patches on bug 13864 and save columns for the late orders (in the columns configuration admin page). Confirm that they are correctly saved. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> works as expected Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thanks Jonathan! |