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

David Nind <da...@davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This fixes vendor pages
      release notes|                            |when running Koha as a
                   |                            |Mojolicious application.
                   |                            |You couldn't search for or
                   |                            |create vendors (you get a
                   |                            |page not found error).
                   |                            |(This is related to bug
                   |                            |38010 - Migrate vendors to
                   |                            |Vue, added to Koha 25.05.)

--- Comment #8 from David Nind <da...@davidnind.com> ---
Testing notes (using KTD):

1. Step 2 - to find the IP address of the koha docker container:
   - access a new terminal window on your computer
   - find the name of the koha container: docker ps 
     (it should be kohadev-koha-1)
   - find the IP address (for me, it was at the very end of the output -
IPAddress): sudo docker container inspect kohadev-koha-1

2. Check that the tests pass: prove t/db_dependent/mojo/acquisition/vendors.t

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to