[Koha-bugs] [Bug 17297] Give librarians the ability to add messages to an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 13 19:34:28 CEST 2016


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

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
This patch set is a proof of concept for using React for the item messages
editor. It has no backend at the moment. It will be trivial to hook this widget
into the REST API once the concept is approved.

If you want to try it out:
1) Apply this patch set
2) Browse to moredetail.pl
3) Note each item has the same 5 pre-generated item messages
4) Test Adding and removing item messages

If you want to hack on it:
1) Install npm
2) Apply this patch set
3) Run 'npm -i' to install development dependencies
4) Run 'webpack' to update the compiled moremember.js file to the dev version
of React
5) Hack on it, run 'webpack' after making changes ( or look at the --watch
option )
6) Run webpack -p --config webpack-production.config.js to minify the
   moremember.js file before submitting an update to it

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list