[Bug 40826] New: nbofuser not incremented when using a mana report
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 Bug ID: 40826 Summary: nbofuser not incremented when using a mana report Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Mana-kb Assignee: koha-bugs@lists.koha-community.org Reporter: elias.lorgnier@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: alex.arnaud@biblibre.com When importing a report from mana, the nbofuser dosen't go up as it should. By looking at the code, I think that feature is not implemented, even though the function Koha::SharedContent::increment_entity_value, wich works for subscriptions is implemented. It is simply never used with reports. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40885 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40885 [Bug 40885] [OMNIBUS] Mana improvements to reports and subscriptions sharing -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 --- Comment #1 from elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> --- Created attachment 187831 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187831&action=edit Bug 40826: nbofuser increment when importing report from mana -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |elias.lorgnier@biblibre.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187831|0 |1 is obsolete| | --- Comment #2 from elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> --- Created attachment 187832 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187832&action=edit Bug 40826: nbofuser increment when importing report from mana Test plan: 1. Connect your koha instance to an instance of mana, with an account that is validated. (make sure activationdate is not null for your librarian) 2. Select a report already present on the mana instance to verify if the nbofuser will be incremented or create a new one 3. Import it in koha by searching it's name in the "create with mana" menu 4. Once imported, check on the mana instance that the nbofuser has been incremented. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil@chetcolibrary.org --- Comment #3 from Phil Ringnalda <phil@chetcolibrary.org> --- Given bug 39556 I suspect you'll have trouble finding someone to sign off. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA Depends on| |39556 CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- Changed status to Failed QA until there is a working test server for testing. See bug 39556. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39556 [Bug 39556] mana-test.koha-community.org not working -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187832|0 |1 is obsolete| | --- Comment #5 from elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> --- Created attachment 192141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192141&action=edit Bug 40826: nbofuser increment when importing report from mana Test plan: - Clone the mana repo on your machine (from https://gitlab.com/koha-community/koha-mana) - By default there is no report loaded in mana, so you will want to create sample reports to be able to test the patch. You can simply uncomment the line in the `compose/base.yml`, under db -> volumes to add the sample reports. - Add the bin/mana utility to your path - run `mana up` to launch mana and create a docker network koha will connect to (see how to use the mana utility here : https://gitlab.com/koha-community/koha-mana/-/tree/main/compose?ref_type=hea...) - run `ktd --mana up` to connect koha to mana 2. Select a report already present on the mana instance to verify if the nbofuser will be incremented or create a new one 3. Import it in koha by searching it's name in the "New SQL from mana" menu 4. Once imported, check on the mana instance that the nbofuser has been incremented. (on the import SQL from mana menu, or on mana UI available on localhost:5000) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192141|0 |1 is obsolete| | --- Comment #6 from elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> --- Created attachment 192142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192142&action=edit Bug 40826: nbofuser increment when importing report from mana Test plan: - Clone the mana repo on your machine (from https://gitlab.com/koha-community/koha-mana) - By default there is no report loaded in mana, so you will want to create sample reports to be able to test the patch. You can simply uncomment the line in the `compose/base.yml`, under db -> volumes to add the sample reports. - Add the bin/mana utility to your path - run `mana up` to launch mana and create a docker network koha will connect to (see how to use the mana utility here : https://gitlab.com/koha-community/koha-mana/-/tree/main/compose?ref_type=hea...) - run `ktd --mana up` to connect koha to mana - Select a report already present on the mana instance to verify if the nbofuser will be incremented or create a new one - Import it in koha by searching it's name in the "New SQL from mana" menu - Once imported, check on the mana instance that the nbofuser has been incremented. (on the import SQL from mana menu, or on mana UI available on localhost:5000) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40826 elias.lorgnier@biblibre.com <elias.lorgnier@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org