It's currently not possible to change the description or other information about the authority type 'default' because the edit link is not working correctly. Because the default framework has no frameworkcode Koha thinks that you want to add a new framework.
Created attachment 38326 [details] [review] Bug 10947: Fix editing the default authority type The default authority type cannot be defined. The authtypecode is en empty string and the tests should be done on "defined", not "exist". Test plan: Edit the default authority type, save it. Note: There is no way to create an authority with an empty string, with you deleted you won't be able to recreate it.
Created attachment 38339 [details] [review] [Signed-off] Bug 10947: Fix editing the default authority type The default authority type cannot be defined. The authtypecode is en empty string and the tests should be done on "defined", not "exist". Test plan: Edit the default authority type, save it. Note: There is no way to create an authority with an empty string, with you deleted you won't be able to recreate it. Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch>
Created attachment 38358 [details] [review] [PASSED QA] Bug 10947: Fix editing the default authority type The default authority type cannot be defined. The authtypecode is en empty string and the tests should be done on "defined", not "exist". Test plan: Edit the default authority type, save it. Note: There is no way to create an authority with an empty string, with you deleted you won't be able to recreate it. Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Patch pushed to master. Thanks Jonathan!