Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list.
Created attachment 36044 [details] [review] Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item
Created attachment 36045 [details] [review] Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item
Created attachment 36047 [details] [review] Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item
In item's detail, I can write a message of a type defined in an authorised value list, but I can't save it. Second problem : the ability to add message doesn't appear in "edit items".
Created attachment 36342 [details] [review] Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item
I believe the problem was in the database update. Please retest!
Created attachment 36346 [details] [review] Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item
Ok, it works. But I think it would be better if the message also appears in the "normal" view.
I've tested on sandbox, but there is a software error when we click on items tab. Software error: Template process failed: file error - doc-head-angular.inc: not found at /home/koha/src/C4/Templates.pm line 121. For help, please send mail to the webmaster (webmaster@test5-sandbox), giving this error message and the time and date of the error. It seem to be linked to patch 13563.
(In reply to Pierre Angot from comment #9) > I've tested on sandbox, but there is a software error when we click on items > tab. > > Software error: > > Template process failed: file error - doc-head-angular.inc: not found at > /home/koha/src/C4/Templates.pm line 121. > > For help, please send mail to the webmaster (webmaster@test5-sandbox), > giving this error message and the time and date of the error. > > > It seem to be linked to patch 13563. I believe that must be because you did not apply the two dependencies.
Yes, you are right ! Sorry for the mistake.
Created attachment 37012 [details] [review] Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item Signed-off-by: F Pichenot <fpichenot@ville-roubaix.fr>
This appears to be blocked by its dependencies on Angular and C4::Service currently. I think we need to figure out if both of those are getting in, before we can continue here. I did a code review and spotted nothing obvious.
*** This bug has been marked as a duplicate of bug 17297 ***