Bug 30272

Summary: When creating a new HTML customization if you don't include a title the HTML customization will not be created
Product: Koha Reporter: Lucas Gass <lucas>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: dcook, m.de.rooy, sally.healey
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29782
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 29515    
Bug Blocks:    

Description Lucas Gass 2022-03-10 21:06:06 UTC
To recreate:


1. Go to Tools > News and create a new HTML customization
2. Omit the title as it should not be required
3. You will be directed back to /cgi-bin/koha/tools/additional-contents.pl but the HTML customization is not created
4. "select * from additional_contents;"
5. It isn't there.

This does not effect News, only HTML customization, as News still requires a title.
Comment 1 Katrin Fischer 2022-03-10 22:23:19 UTC
Have you tried adding content too? I feel like we had tested that, but there was a separate problem with the content not being added if the default entry was empty... bug 29828
Comment 2 Katrin Fischer 2022-03-10 22:23:44 UTC
I really think we need this to be a bit more robust overall.
Comment 3 Lucas Gass 2022-03-10 22:31:30 UTC
(In reply to Katrin Fischer from comment #1)
> Have you tried adding content too? I feel like we had tested that, but there
> was a separate problem with the content not being added if the default entry
> was empty... bug 29828

This problem still occurs if you add content. It also doesn't matter if you use CodeMirror or TinyMCE, the result is the same and no HTML customization is added.
Comment 4 Marcel de Rooy 2022-08-16 12:00:20 UTC
I am submitting a fix on 29782 that also resolves this one.
It is not really a duplicate but a similar issue..

*** This bug has been marked as a duplicate of bug 29782 ***