[Koha-bugs] [Bug 33318] [21.11] Advanced editor doesn't load in 21.11.x

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 16 20:39:05 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33318

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #4 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. Edit .env and change KOHA_IMAGE=21.11
2. For your local git repository, checkout 21.11.x
3. To access the container,[1] ktd --root --shell 

[1] If I didn't do this, and accessed as normal (ktd --shell), I couldn't apply
the patch:

git bz apply 33318
Traceback (most recent call last):
  File "/usr/bin/git-bz", line 2716, in <module>
    applied = do_apply(bug_ref)
  File "/usr/bin/git-bz", line 1738, in do_apply
    attachmentdata=True)
  File "/usr/bin/git-bz", line 1473, in load
    bug._load(bug_reference.id, attachmentdata)
  File "/usr/bin/git-bz", line 1229, in _load
    response = self.server.send_request("GET", url)
  File "/usr/bin/git-bz", line 999, in send_request
    cookies = self.get_cookie_string()
  File "/usr/bin/git-bz", line 992, in get_cookie_string
    self.cookies = get_bugzilla_cookies(host)
NameError: global name 'host' is not defined

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list