https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18595

Emmi Takkinen <emmi.takki...@outlook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110158|0                           |1
        is obsolete|                            |

--- Comment #106 from Emmi Takkinen <emmi.takki...@outlook.com> ---
Created attachment 112154
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112154&action=edit
Bug 18595: Disable digest checkbox when forced on

To test:
1. Force a digest on via message_transports table
   (delete rows where message_attribute is 1 and is_digest is 0)
SQL: delete from message_transports where message_attribute_id=1 and
is_digest=0;
2. Go to either OPAC or staff client messaging preferences
3. Observe digest checkbox is disabled for message attribute 1
   (normally Item due row)

Signed-off-by: David Bourgault <david.bourga...@inlibro.com>
Rebased-by: Emmi Takkinen <emmi.takki...@outlook.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to