Bug 26886 - OPAC suggestions: possible duplicate message should stand out more
Summary: OPAC suggestions: possible duplicate message should stand out more
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-01 12:23 UTC by Katrin Fischer
Modified: 2021-06-14 21:33 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00


Attachments
Bug 26886: Correct style of alert-error class in the OPAC (1.47 KB, patch)
2020-11-02 13:54 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 26886: Correct style of alert-error class in the OPAC (1.52 KB, patch)
2020-11-03 11:28 UTC, David Nind
Details | Diff | Splinter Review
Bug 26886: Correct style of alert-error class in the OPAC (1.52 KB, patch)
2020-11-03 21:39 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2020-11-01 12:23:40 UTC
I believe this message was styled differently pre Bootstrap update and stood out a bit more visually.

To test:
- Create a new suggestion in the OPAC for a title named test.
- Create another suggestion for "Test".
- Verify the duplicate message shows and the suggestion is not saved:

A similar document already exists: Test. Click on "Confirm your suggestion" to ignore this message.
Comment 1 Owen Leonard 2020-11-02 13:54:53 UTC
Created attachment 112835 [details] [review]
Bug 26886: Correct style of alert-error class in the OPAC

This patch makes a minor change to the OPAC SCSS so that instances of
"alert-error" classes are styled the same as messages with the Bootstrap
4 "alert-warning" class. This change is simpler than making multiple
changes to scripts and templates.

To test, apply the patch and try to view a single news item in the OPAC
which doesn't exist:

/cgi-bin/koha/opac-main.pl?news_id=XXX

- You should see a warning message with a pale yellow background, "This
  news item does not exist."
- Submit a suggestion, and then submit another suggestion with the
  same title.
  - You should see a warning message, "The suggestion has not been
  added. A suggestion with this title already exists."
Comment 2 David Nind 2020-11-03 11:28:59 UTC
Created attachment 112911 [details] [review]
Bug 26886: Correct style of alert-error class in the OPAC

This patch makes a minor change to the OPAC SCSS so that instances of
"alert-error" classes are styled the same as messages with the Bootstrap
4 "alert-warning" class. This change is simpler than making multiple
changes to scripts and templates.

To test, apply the patch and try to view a single news item in the OPAC
which doesn't exist:

/cgi-bin/koha/opac-main.pl?news_id=XXX

- You should see a warning message with a pale yellow background, "This
  news item does not exist."
- Submit a suggestion, and then submit another suggestion with the
  same title.
  - You should see a warning message, "The suggestion has not been
  added. A suggestion with this title already exists."

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2020-11-03 11:29:38 UTC
Testing note:

- Need to updated the OPAC CSS - see https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface
Comment 4 Katrin Fischer 2020-11-03 21:39:25 UTC
Created attachment 112955 [details] [review]
Bug 26886: Correct style of alert-error class in the OPAC

This patch makes a minor change to the OPAC SCSS so that instances of
"alert-error" classes are styled the same as messages with the Bootstrap
4 "alert-warning" class. This change is simpler than making multiple
changes to scripts and templates.

To test, apply the patch and try to view a single news item in the OPAC
which doesn't exist:

/cgi-bin/koha/opac-main.pl?news_id=XXX

- You should see a warning message with a pale yellow background, "This
  news item does not exist."
- Submit a suggestion, and then submit another suggestion with the
  same title.
  - You should see a warning message, "The suggestion has not been
  added. A suggestion with this title already exists."

Signed-off-by: David Nind <david@davidnind.com>
Comment 5 Jonathan Druart 2020-11-04 16:34:11 UTC
Pushed to master for 20.11, thanks to everybody involved!