| Summary: | should sample_notices_message_attributes and sample_notices_message_transports move to mandatory? | ||
|---|---|---|---|
| Product: | Koha | Reporter: | MJ Ray (software.coop) <mjr> |
| Component: | Installation and upgrade (web-based installer) | Assignee: | Henri-Damien LAURENT <henridamien> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | normal | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, irma, koha.sekjal |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | Sponsored | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 7022: Move sample_notices* sql files from optional to mandatory
Bug 7022: Move sample_notices* sql files from optional to mandatory |
||
|
Description
MJ Ray (software.coop)
2011-10-13 11:59:19 UTC
Created attachment 5882 [details] [review] Bug 7022: Move sample_notices* sql files from optional to mandatory Sending messages will not work correctly without correct data in sample_notice_message_transports and sample_notice_message_attributes tables. There is no way to configure those tables in Koha. SQL files should be in the mandatory part of the web installer. Created attachment 5885 [details] [review] Bug 7022: Move sample_notices* sql files from optional to mandatory Sending messages will not work correctly without correct data in sample_notice_message_transports and sample_notice_message_attributes tables. There is no way to configure those tables in Koha. SQL files should be in the mandatory part of the web installer. Signed-off-by: MJ Ray <mjr@phonecoop.coop> Renames files correctly in git, and fixes a problem I've run into before; these values really are mandatory for Koha to work right! Marking Passed QA Pushed, please test This is working fine. Closing @kohacon11 hackfest. |