https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38773
--- Comment #2 from Owen Leonard <[email protected]> --- Created attachment 177360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177360&action=edit Bug 38773: SMTP server is not showing on the library detail page This patch fixes and incorrect template variable name, making it possible to see a library's SMTP server when viewing the details of an individual library. Test plan copied from the original bug report: 1. Create an SMTP server in Koha (it doesn't need to be valid) a. Go to Administration -> Additional parameters -> SMTP servers b. Click "New STP server" c. Fill all mandatory fields (it doesn't need to be valid information) d. Click "Submit" 2. Add the created SMTP server to a library a. Go to Administration -> Basic parameters -> Libraries b. Choose a library and click on Edit (in column "Actions") c. On the line "SMTP server" select the server created d. Click "Submit" 3. Check the display a. Go to Administration -> Basic parameters -> Libraries b. Check that the name of the SMTP server you just selected is displayed in the column SMTP server c. Click on the name of the library you modified d. Check that the line "SMTP server" shows the correct information. 4. Test with different permissions a. If the logged-in user has both 'manage_libraries' and 'manage_smtp_servers' permissions the SMTP server name should be liked to the edit form for that server. b. If the logged-in user has only 'manage_libraries' permission there should be no link. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
