a72d8dbb0f
Test plan: - Go to a subscription's detail page, - click on "Report mistake" => "New comment", - check Koha logs file, - you can see the following warning: Can't locate object method "find" via package "Koha::Resource_comments" - Apply this patch, - same test again, - no wraning Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
9 lines
No EOL
541 B
HTML
9 lines
No EOL
541 B
HTML
<div id="mana_comment_progress" class="dialog message mana_comment_status" style="display:none">
|
|
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Submitting comment </div>
|
|
</div>
|
|
<div id="mana_comment_success" class="dialog message mana_comment_status" style="display:none">
|
|
Your comment has been submitted
|
|
</div>
|
|
<div id="mana_comment_failed" class="dialog alert mana_comment_status" style="display:none">
|
|
Your comment could not be submitted. Please try again later.
|
|
</div> |