Time |
S |
Nick |
Message |
05:31 |
|
|
chriss joined #koha |
06:00 |
|
|
reiveune joined #koha |
06:00 |
|
reiveune |
hello |
06:10 |
|
|
cait joined #koha |
06:11 |
|
|
cait1 joined #koha |
06:12 |
|
|
did joined #koha |
06:13 |
|
cait1 |
good morning #koha |
06:20 |
|
|
magnuse joined #koha |
06:32 |
|
magnuse |
\o/ |
06:41 |
|
|
dersmon joined #koha |
06:42 |
|
|
fridolin joined #koha |
06:43 |
|
dersmon |
hi everyone! |
06:43 |
|
dersmon |
on 19.05.17 we are currently unable to reopen baskets |
06:44 |
|
dersmon |
the button is displayed as active, but the modal is not opened and nothing happens |
06:44 |
|
|
dcook joined #koha |
06:44 |
|
|
cait joined #koha |
06:49 |
|
|
alex_a joined #koha |
06:50 |
|
alex_a |
Bonjour |
06:50 |
|
wahanui |
hi, alex_a |
06:53 |
|
dersmon |
hi |
06:58 |
|
|
paul_p_ joined #koha |
06:59 |
|
|
lds joined #koha |
07:04 |
|
dcook |
allo allo |
07:04 |
|
|
bdonnahue1 joined #koha |
07:04 |
|
dcook |
After unit testing C4::Auth::checkauth(), I think I need a beer.. |
07:13 |
|
dcook |
bug 27305 |
07:13 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=27305 enhancement, P5 - low, ---, dcook, Needs Signoff , Use low privileged tokens to enable authenticated iCal feed |
07:13 |
|
dcook |
It's an enhancement but it's fun... |
07:18 |
|
dersmon |
in my basket.tt i get Uncaught TypeError: b.settings()[0].aoColumns[c] is undefined |
07:24 |
|
dersmon |
this breaks the reopening and export buttons |
07:27 |
|
|
sophie_m joined #koha |
07:28 |
|
|
fridolin joined #koha |
07:29 |
|
|
fridolin left #koha |
07:39 |
|
* magnuse |
aplogises for missing the cookbook meeting. the weather was so nice, i forgot... |
08:01 |
|
|
fridolin joined #koha |
08:15 |
|
|
alex_a joined #koha |
08:45 |
|
dersmon |
has anyone a 19.05 installation at hand for checking a bug? i don't see how any of our small changes/custom scripts could interfere with the basket reopen functionality |
08:48 |
|
cait1 |
dersmon: is the button not visible? |
08:48 |
|
dersmon |
it is |
08:48 |
|
cait1 |
i don't have a 19.05 exactly, but ther are some things that can change display we could check |
08:48 |
|
dersmon |
it is also shown as active |
08:48 |
|
wahanui |
okay, dersmon. |
08:49 |
|
cait1 |
what's the issue? |
08:49 |
|
wahanui |
i think the issue is too... thi swould have been better as several bugs |
08:49 |
|
cait1 |
oh wahanui... |
08:49 |
|
wahanui |
rumour has it i am a conch |
08:49 |
|
cait1 |
wahanui botsnack cookie |
08:49 |
|
wahanui |
:) |
08:50 |
|
dersmon |
to me it seems like the whole javascript initializiation fails, i am also unable to export as csv |
08:50 |
|
cait1 |
but only on this page? |
08:50 |
|
dersmon |
nothing happens, probably because the js callbacks for reopening/export never get initialized |
08:50 |
|
dersmon |
yes (so far) |
08:51 |
|
cait1 |
hm does the print order button show? (that is added by js too, if you are still using it) |
08:52 |
|
cait1 |
i am not aware of any problems on that page in a long time, but 19.05 has been a while and i could only check against 18.11 here |
08:53 |
|
cait1 |
i'd check the developer tools first for any errors |
08:53 |
|
dersmon |
our custom print order works |
08:53 |
|
cait1 |
and remove the IntranetuserJS to see if it makes a difference |
08:53 |
|
dersmon |
yes, there is an error |
08:53 |
|
dersmon |
custom print order works, because that button is added globally at the end by intranetuserjs |
08:53 |
|
dersmon |
the error is |
08:53 |
|
dersmon |
Uncaught TypeError: b.settings()[0].aoColumns[c] is undefined |
08:54 |
|
cait1 |
hm that looks like a datatables error |
08:54 |
|
dersmon |
we did a minor upgrade from 07 to 17 |
08:55 |
|
cait1 |
did you make any changes to the table there? |
08:55 |
|
dersmon |
no |
08:56 |
|
dersmon |
systempreferences? |
08:56 |
|
cait1 |
hm can't think of one |
08:57 |
|
dersmon |
what does "ao" stand for? |
08:57 |
|
dersmon |
aqorders? |
08:57 |
|
cait1 |
i thin so |
08:57 |
|
cait1 |
well... or it could jus be a datatables thing |
08:58 |
|
cait1 |
checking the release notes: https://koha-community.org/koha-19-05-10-release/ there are some acq related changes, but none looking too suspicious yet |
09:00 |
|
cait1 |
dersmon: the ao is a datatables thing - just confirmed that |
09:01 |
|
cait1 |
https://datatables.net/forums/[…]ns-c-is-undefined suggests There are more columns in the tbody (7) than there are in the header (6). |
09:03 |
|
dersmon |
ok |
09:04 |
|
dersmon |
so the orders-table below may be the culprit? |
09:12 |
|
dersmon |
Supplier report is empty currently, where should that value come from? |
09:15 |
|
dersmon |
ah, aqorders nvm |
09:17 |
|
dersmon |
KohaTable https://kohatest.dainst.org:84[…]sketno=4092#:1114 <anonymous> https://kohatest.dainst.org:84[…]sketno=4092#:1252 |
09:17 |
|
dersmon |
so the orders table is the problem |
09:20 |
|
cait1 |
i think that's where the error stems from |
09:22 |
|
cait1 |
i believe supplier report is related to EDI |
09:59 |
|
oleonard |
o/ |
10:16 |
|
dersmon |
hm, how do i debug this? in desperation i added a bunch of console logs in my basket.tt but no output |
10:25 |
|
|
cait joined #koha |
10:36 |
|
cait |
@later tell fridolin aren't the navigation link patches crashing with string freeze? |
10:36 |
|
huginn |
cait: The operation succeeded. |
10:55 |
|
koha-jenkins |
Project Koha_20.11_U20 build #66: SUCCESS in 32 min: https://jenkins.koha-community[…]oha_20.11_U20/66/ |
11:07 |
|
koha-jenkins |
Project Koha_20.11_D9 build #82: SUCCESS in 42 min: https://jenkins.koha-community[…]Koha_20.11_D9/82/ |
11:12 |
|
ashimema |
remind me.. is there any form of group loan functionliaty in Koha yet? |
11:12 |
|
ashimema |
as in grouping items into one loan |
11:13 |
|
cait |
not that i can thin kof |
11:13 |
|
oleonard |
It sounds familiar, like there might at least be an existing bug? |
11:18 |
|
koha-jenkins |
Project Koha_20.11_U2010 build #61: SUCCESS in 55 min: https://jenkins.koha-community[…]a_20.11_U2010/61/ |
11:18 |
|
|
Dyrcona joined #koha |
11:23 |
|
ashimema |
thanks cait |
11:24 |
|
ashimema |
yeah.. it sounded familiar to me too.. hence asking |
11:24 |
|
ashimema |
but I can't find anything.. yet |
11:24 |
|
oleonard |
Bug 24023? |
11:24 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=24023 enhancement, P5 - low, ---, julian.maurice, Signed Off , Add ability to create bundles of items |
11:24 |
|
koha-jenkins |
Project Koha_20.11_U20 build #67: SUCCESS in 29 min: https://jenkins.koha-community[…]oha_20.11_U20/67/ |
11:25 |
|
koha-jenkins |
Project Koha_20.11_D10 build #86: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]oha_20.11_D10/86/ |
11:25 |
|
ashimema |
ooh, thanks Oleonard |
11:26 |
|
oleonard |
The word "bundle" came to me |
11:27 |
|
koha-jenkins |
Project Koha_20.11_U16 build #67: SUCCESS in 1 hr 6 min: https://jenkins.koha-community[…]oha_20.11_U16/67/ |
11:46 |
|
|
fridolin joined #koha |
11:50 |
|
koha-jenkins |
Project Koha_20.11_U18 build #62: SUCCESS in 1 hr 27 min: https://jenkins.koha-community[…]oha_20.11_U18/62/ |
11:50 |
|
koha-jenkins |
Project Koha_20.11_U18 build #63: SUCCESS in 43 min: https://jenkins.koha-community[…]oha_20.11_U18/63/ |
11:55 |
|
koha-jenkins |
Project Koha_20.11_D11 build #98: SUCCESS in 30 min: https://jenkins.koha-community[…]oha_20.11_D11/98/ |
12:06 |
|
|
dersmo joined #koha |
12:09 |
|
koha-jenkins |
Project Koha_20.11_U2010 build #62: SUCCESS in 51 min: https://jenkins.koha-community[…]a_20.11_U2010/62/ |
12:17 |
|
ashimema |
magnus around? |
12:17 |
|
koha-jenkins |
Project Koha_20.11_D11 build #99: SUCCESS in 50 min: https://jenkins.koha-community[…]oha_20.11_D11/99/ |
12:17 |
|
* ashimema |
is wondering about the state of bug 18984 |
12:17 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=18984 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Remove support for NORMARC |
12:17 |
|
ashimema |
magnuse even |
12:50 |
|
|
kidclamp joined #koha |
13:03 |
|
fridolin |
Joubu: hi, Bug 27695 i dont see compiled CSS in master branch |
13:03 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=27695 minor, P5 - low, ---, oleonard, Pushed to master , Fix style of messages on Elasticsearch configuration page |
13:08 |
|
Joubu |
5a75139bfccc7e856efcc3a6996f78d09bdd0a08 |
13:21 |
|
|
cait1 left #koha |
13:23 |
|
tcohen |
hi all |
13:31 |
|
|
TimothyAlexis joined #koha |
14:35 |
|
koha-jenkins |
Project Koha_20.11_U20 build #68: SUCCESS in 37 min: https://jenkins.koha-community[…]oha_20.11_U20/68/ |
14:53 |
|
koha-jenkins |
Project Koha_20.11_U2010 build #63: SUCCESS in 54 min: https://jenkins.koha-community[…]a_20.11_U2010/63/ |
14:55 |
|
koha-jenkins |
Project Koha_20.11_D9 build #83: SUCCESS in 56 min: https://jenkins.koha-community[…]Koha_20.11_D9/83/ |
14:56 |
|
koha-jenkins |
Project Koha_20.11_D10 build #87: SUCCESS in 58 min: https://jenkins.koha-community[…]oha_20.11_D10/87/ |
15:02 |
|
koha-jenkins |
Project Koha_20.11_U16 build #68: SUCCESS in 1 hr 5 min: https://jenkins.koha-community[…]oha_20.11_U16/68/ |
15:09 |
|
|
fridolin left #koha |
15:26 |
|
reiveune |
bye |
15:26 |
|
|
reiveune left #koha |
15:27 |
|
koha-jenkins |
Project Koha_20.11_U18 build #64: SUCCESS in 1 hr 29 min: https://jenkins.koha-community[…]oha_20.11_U18/64/ |
15:28 |
|
koha-jenkins |
Project Koha_20.11_U18 build #65: UNSTABLE in 52 min: https://jenkins.koha-community[…]oha_20.11_U18/65/ |
15:31 |
|
tcohen |
@seen cait |
15:31 |
|
huginn |
tcohen: cait was last seen in #koha 4 hours, 17 minutes, and 58 seconds ago: <cait> not that i can thin kof |
15:32 |
|
koha-jenkins |
Project Koha_20.11_D11 build #100: SUCCESS in 36 min: https://jenkins.koha-community[…]ha_20.11_D11/100/ |
15:45 |
|
koha-jenkins |
Project Koha_20.11_U20 build #69: SUCCESS in 52 min: https://jenkins.koha-community[…]oha_20.11_U20/69/ |
15:49 |
|
koha-jenkins |
Project Koha_20.11_U2010 build #64: SUCCESS in 52 min: https://jenkins.koha-community[…]a_20.11_U2010/64/ |
16:11 |
|
koha-jenkins |
Project Koha_20.11_D9 build #84: SUCCESS in 1 hr 9 min: https://jenkins.koha-community[…]Koha_20.11_D9/84/ |
17:22 |
|
* oleonard |
still prefers his solution to Bug 27497 |
17:22 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=27497 enhancement, P5 - low, ---, fridolin.somers, Passed QA , Display Koha version in staff interface home page |
17:29 |
|
oleonard |
Bug 27565 seems like something a smart person could fix in no time. |
17:29 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=27565 enhancement, P5 - low, ---, koha-bugs, NEW , Dropdowns in Item Search should be sorted alphabetically |
18:26 |
|
|
cait joined #koha |
20:38 |
|
|
nugged joined #koha |