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.
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.
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.
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>
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.
(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.
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>
> Indentation in the patch is odd btw. Indentation is fixed.
(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 ?
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>
(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
Pushed to master for 23.11. Nice work everyone, thanks!
Pushed to 23.05.x for 23.05.04
Nice work everyone! Pushed to oldstable for 22.11.x