Bug 34641 - Novelist content does not display on OPAC detail page if NovelistSelectView is set to below
Summary: Novelist content does not display on OPAC detail page if NovelistSelectView i...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Lucas Gass (lukeg)
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-29 15:43 UTC by Lucas Gass (lukeg)
Modified: 2024-12-23 08:06 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00,23.05.04,22.11.10
Circulation function:


Attachments
Bug 34641: Fix Novelist display when NovelistSelectView is set to below (2.20 KB, patch)
2023-08-29 15:47 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 34641: Fix Novelist display when NovelistSelectView is set to below (2.26 KB, patch)
2023-08-29 16:53 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 34641: Fix Novelist display when NovelistSelectView is set to below (2.26 KB, patch)
2023-09-01 14:01 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 34641: Fix Novelist display when NovelistSelectView is set to below (2.36 KB, patch)
2023-09-04 09:39 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2023-08-29 15:43:28 UTC
To recreate:

1. Have Novelist credentials:  NovelistSelectProfile,  NovelistSelectPassword.
2. Enable  NovelistSelectEnabled 
3. Set  NovelistSelectView to 'below holdings table'.
4. Find a record on the OPAC that would have Novelist content. It does not display.
5. Set  NovelistSelectView to any except 'below holdings table'. Notice it displays the content.
Comment 1 Lucas Gass (lukeg) 2023-08-29 15:45:01 UTC
If this is set to display below the holdings table the 'WRAPPER tab_panel' is unnecessary. It won't be display in a tab/panel.
Comment 2 Lucas Gass (lukeg) 2023-08-29 15:47:14 UTC
Created attachment 154906 [details] [review]
Bug 34641: Fix Novelist display when NovelistSelectView is set to below

To test:
1. Have Novelist credentials:  NovelistSelectProfile,  NovelistSelectPassword.
2. Enable  NovelistSelectEnabled
3. Set  NovelistSelectView to 'below holdings table'.
4. Find a record on the OPAC that would have Novelist content. It does not display.
5. Set  NovelistSelectView to any except 'below holdings table'. Notice it displays the content.
6. APPLY PATCH
7. Try steps 1 -5 again, this time when NovelistSelectView is set to 'below' the content should properly display.
Comment 3 Owen Leonard 2023-08-29 16:53:42 UTC
Created attachment 154911 [details] [review]
Bug 34641: Fix Novelist display when NovelistSelectView is set to below

To test:
1. Have Novelist credentials:  NovelistSelectProfile,  NovelistSelectPassword.
2. Enable  NovelistSelectEnabled
3. Set  NovelistSelectView to 'below holdings table'.
4. Find a record on the OPAC that would have Novelist content. It does
   not display.
5. Set  NovelistSelectView to any except 'below holdings table'. Notice it displays the content.
6. APPLY PATCH
7. Try steps 1 -5 again, this time when NovelistSelectView is set to
   'below' the content should properly display.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 4 Marcel de Rooy 2023-09-01 07:55:36 UTC
I still see:

                        [% IF ( NovelistSelectProfile && NovelistSelectView == 'tab' && (normalized_isbn || normalized_upc) ) %]
                            [% WRAPPER tab_panel tabname="NovelistSelect" %]
                                <div data-novelist-novelistselect=[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]></div>
                            [% END # /tab_panel#NovelistSelect %]
                        [% END # / IF NovelistSelectProfile && NovelistSelectView == 'tab' %]


Indentation in the patch is odd btw.
Comment 5 Lucas Gass (lukeg) 2023-09-01 13:33:28 UTC
(In reply to Marcel de Rooy from comment #4)
> I still see:
> 
>                         [% IF ( NovelistSelectProfile && NovelistSelectView
> == 'tab' && (normalized_isbn || normalized_upc) ) %]
>                             [% WRAPPER tab_panel tabname="NovelistSelect" %]
>                                 <div data-novelist-novelistselect=[% IF
> normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc |
> html %][% END %]></div>
>                             [% END # /tab_panel#NovelistSelect %]
>                         [% END # / IF NovelistSelectProfile &&
> NovelistSelectView == 'tab' %]
> 
> 
> Indentation in the patch is odd btw.

"NovelistSelectView == 'tab'" 

This goes in a tab, so I'm not sure what you see. Please elaborate.
Comment 6 Lucas Gass (lukeg) 2023-09-01 14:01:16 UTC
Created attachment 155122 [details] [review]
Bug 34641: Fix Novelist display when NovelistSelectView is set to below

To test:
1. Have Novelist credentials:  NovelistSelectProfile,  NovelistSelectPassword.
2. Enable  NovelistSelectEnabled
3. Set  NovelistSelectView to 'below holdings table'.
4. Find a record on the OPAC that would have Novelist content. It does
   not display.
5. Set  NovelistSelectView to any except 'below holdings table'. Notice it displays the content.
6. APPLY PATCH
7. Try steps 1 -5 again, this time when NovelistSelectView is set to
   'below' the content should properly display.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 7 Lucas Gass (lukeg) 2023-09-01 14:01:44 UTC
> Indentation in the patch is odd btw.

Indentation is fixed.
Comment 8 Marcel de Rooy 2023-09-04 09:37:46 UTC
(In reply to Lucas Gass from comment #5)
> (In reply to Marcel de Rooy from comment #4)
> This goes in a tab, so I'm not sure what you see. Please elaborate.

                        [% IF ( NovelistSelectProfile && NovelistSelectView == 'tab' && (normalized_isbn || normalized_upc) ) %]
                            [% WRAPPER tab_panel tabname="NovelistSelect" %]
                                <div data-novelist-novelistselect=[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]></div>
                            [% END # /tab_panel#NovelistSelect %]
                        [% END # / IF NovelistSelectProfile && NovelistSelectView == 'tab' %]

This is line 656. You did not touch that part. But it contains the similar pattern with WRAPPER tab_panel.
Does this also need adjustment ?
Comment 9 Marcel de Rooy 2023-09-04 09:39:21 UTC
Created attachment 155193 [details] [review]
Bug 34641: Fix Novelist display when NovelistSelectView is set to below

To test:
1. Have Novelist credentials:  NovelistSelectProfile,  NovelistSelectPassword.
2. Enable  NovelistSelectEnabled
3. Set  NovelistSelectView to 'below holdings table'.
4. Find a record on the OPAC that would have Novelist content. It does
   not display.
5. Set  NovelistSelectView to any except 'below holdings table'. Notice it displays the content.
6. APPLY PATCH
7. Try steps 1 -5 again, this time when NovelistSelectView is set to
   'below' the content should properly display.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 10 Marcel de Rooy 2023-09-04 09:40:16 UTC
(In reply to Marcel de Rooy from comment #8)
> (In reply to Lucas Gass from comment #5)
> > (In reply to Marcel de Rooy from comment #4)
> > This goes in a tab, so I'm not sure what you see. Please elaborate.

> This is line 656. You did not touch that part. But it contains the similar
> pattern with WRAPPER tab_panel.
> Does this also need adjustment ?

At second glance, it probably does not. Passed QA
Comment 11 Tomás Cohen Arazi (tcohen) 2023-09-05 17:38:06 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 12 Fridolin Somers 2023-09-08 06:52:39 UTC
Pushed to 23.05.x for 23.05.04
Comment 13 Matt Blenkinsop 2023-09-15 09:33:58 UTC
Nice work everyone!

Pushed to oldstable for 22.11.x