Bug 36014 - Set library does not display the updated library
Summary: Set library does not display the updated library
Status: RESOLVED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 24786
Blocks:
  Show dependency treegraph
 
Reported: 2024-02-07 10:14 UTC by Jonathan Druart
Modified: 2024-04-18 07:15 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-02-07 10:14:01 UTC
From
  commit 5b1934312b87f8458de84d96421106774dbd95a8
  Bug 24786: Allow setting a register for the session

-    [% IF ( update.updated_branch ) %]              
+    [% IF ( update.updated_branch || update.updated_desk ||  update.updated_register ) %]                
+        [% IF ( updated.updated.branch ) %]   

This change is wrong. It must be update.updated_branch.
Comment 1 Jonathan Druart 2024-02-07 10:14:36 UTC
Provide a patch for stables only. Master will get a fix on bug 34478.
Comment 2 Lucas Gass 2024-04-11 12:28:32 UTC
We should never hit this code. I cleaned much of this up in Bug 36572. I think we can close this one?