IRC log for #koha, 2020-08-27

All times shown according to UTC.

Time S Nick Message
00:17 inlibro joined #koha
01:17 inlibro joined #koha
02:17 inlibro joined #koha
02:45 janncis joined #koha
03:18 inlibro joined #koha
04:18 inlibro joined #koha
05:01 chriss joined #koha
05:17 did joined #koha
05:18 inlibro joined #koha
05:47 cait joined #koha
05:50 fridolin joined #koha
05:50 fridolin hi
05:50 wahanui que tal, fridolin
06:03 marcelr joined #koha
06:03 marcelr hi #koha
06:13 lmstrand joined #koha
06:18 inlibro joined #koha
06:39 cait joined #koha
06:40 reiveune joined #koha
06:41 reiveune hello
06:46 Null404 joined #koha
06:46 Null404 hello there
06:46 wahanui Greetings, programs!
06:48 Null404 how to turn off transit from one library to another in KOHA when reader want to hold book from other library than his defalut library?
06:49 Null404 for example : reader want to reserve book from library 3, he is signed in library 2, and in KOHA he have message: "Your book is transit from library 3 to library 2"
06:51 Null404 he must go to library 3 to get this book, not to no. 2
06:52 Null404 I found "Library transfer limits" in Administration page, but it doesn't works
06:58 alex_a joined #koha
06:58 alex_a Bonjour
06:59 cait joined #koha
07:01 dcook morning everyone
07:01 lds joined #koha
07:01 dcook Null404: I'm not that familiar with that scenario, so I'm not sure.
07:01 dcook It's an interesting question though
07:02 Null404 well, I searched in google and I cannot found solution for this problem
07:02 Null404 on one KOHA I have 4 libraries
07:04 Null404 so it will be nice to fix that problem, because readers sometimes read e-mail about holding book and go to wrong library
07:05 cait1 joined #koha
07:06 cait2 joined #koha
07:18 inlibro joined #koha
08:12 magnuse joined #koha
08:19 inlibro joined #koha
09:19 inlibro joined #koha
09:26 koha-jenkins Project Koha_19.11_U18 build #230: ABORTED in 2 days 11 hr: https://jenkins.koha-community[…]ha_19.11_U18/230/
09:56 marcelr a
09:58 kidclamp marcelr: b
10:05 dpk joined #koha
10:05 bag joined #koha
10:15 cait joined #koha
10:19 koha-jenkins Project Koha_19.11_U18 build #231: UNSTABLE in 50 min: https://jenkins.koha-community[…]ha_19.11_U18/231/
10:19 inlibro joined #koha
10:30 cait joined #koha
10:32 kohaputti joined #koha
10:42 khall_ joined #koha
10:50 tallerjoy joined #koha
11:00 tcohen buongiorno
11:05 fridolin joined #koha
11:10 cait joined #koha
11:14 oleonard joined #koha
11:18 oleonard Hi #koha
11:19 inlibro joined #koha
11:29 alex_a joined #koha
11:29 marcelr joined #koha
11:30 marcelr no worries kidclamp
11:48 cait joined #koha
12:06 Dyrcona joined #koha
12:08 cait joined #koha
12:11 wizzyrea joined #koha
12:19 inlibro joined #koha
12:21 caroline joined #koha
12:55 jzairo joined #koha
12:56 cait joined #koha
12:57 khall joined #koha
13:17 ivan_ joined #koha
13:18 marie-luce joined #koha
13:19 inlibro joined #koha
13:25 oleonard GRUMBLE GRUMBLE REBASING GRUMBLE
13:46 khall_ joined #koha
13:50 magnuse joined #koha
14:00 khall joined #koha
14:20 inlibro joined #koha
14:22 cait joined #koha
14:42 fridolin joined #koha
14:45 fridolin hi found a big pb Bug 26307
14:45 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=26307 critical, P5 - low, ---, fridolin.somers, Needs Signoff , misc/cronjobs/update_patrons_category.pl --too_old acts a year too early
14:46 fridolin some 17 old kids must be happy to borrow "some" DVD ;)
15:06 koha-jenkins Yippee, build fixed!
15:06 wahanui Congratulations!
15:06 koha-jenkins Project Koha_Master_U18 build #880: FIXED in 44 min: https://jenkins.koha-community[…]a_Master_U18/880/
15:20 inlibro joined #koha
15:55 reiveune bye
15:55 reiveune left #koha
16:15 wshealy joined #koha
16:17 wshealy Apparently I broke a library rule - when the Congratulations message came up at the end of Onboarding - Been looking for typo 8080 instead of 80. Now I'm working on the the catalog import. Three days such a small needle in the apache haystack.
16:20 inlibro joined #koha
16:21 oleonard Broke a library rule?
16:29 wshealy I cheered out loud
16:32 khall_ joined #koha
16:43 cait joined #koha
16:53 cait joined #koha
17:06 lisettelatah joined #koha
17:12 cait kidclamp++ :)
17:20 inlibro joined #koha
17:38 khall joined #koha
17:53 cait oleonard: around?
17:53 oleonard Yes
17:54 cait i wonder... how do i add validation to a field?
17:54 cait i am staring at the code but not seeing out
17:54 cait in this case it's a new numerical field in patron category config
17:54 cait there is already a field that is checked - upperagelimit
17:54 cait it displayes 'enter only digits' when i put in an a
17:54 cait but i can't see how this works
17:55 oleonard The validation rules for that form are in categories.js
17:55 cait oh
17:56 cait ok, i think i know what i can try now
17:56 cait sorry for missing this!
17:56 cait oleonard++
17:56 oleonard No problem
17:57 oleonard I'm not even sure what information there is on the wiki about it, but there could be more I'm sure.
17:58 cait hm
17:58 cait <input id="min_password_length" type="text" inputmode="numeric" pattern="[0-9]*" name="min_password_length" value="">
17:58 cait ther eisa pattern check
17:58 cait but it doesn't seem to work
17:59 oleonard Hm... That should trigger the browser's built-in validation
18:00 cait yeah, but it doesn't
18:03 oleonard Should that be 'pattern="[0-9]+"' ?
18:03 cait i just arrived at the same thought
18:04 cait next questoin... should we prefer the check existing on the form (same error message) or the pattern check?
18:04 cait i think the feedback woudlbe better with the one in categories.js
18:05 oleonard I don't think we have to choose, both can exist at the same time
18:06 cait i can't getthe pattern check one to work
18:06 cait the other works perfectly
18:13 cait thx for hte help again1
18:13 cait again!
18:16 lisettelatah joined #koha
18:20 inlibro joined #koha
18:24 Dyrcona joined #koha
19:11 fridolin left #koha
19:16 oleonard cait I expanded this section: https://wiki.koha-community.or[…]:_Form_Validation
19:16 cait awesome, thx
19:17 wshealy joined #koha
19:18 wshealy my first clean data is staged and looks good. Should I cleanup the rest in MARCEdit or in Koha?
19:19 cait MarcEdit is a good tool for bulk changes when you are just migrating
19:20 inlibro joined #koha
19:21 cait it probably depends a bit on what cleanup means here :)
19:21 wshealy I made so much progress today. I could have built and loaded my first koha in a day except for a stupid typo that took 3 days to find.
20:21 inlibro joined #koha
20:34 cait another QA person around?
21:03 hayley joined #koha
21:06 cait caroline: around?
21:06 caroline yes
21:07 cait bug 26308 is form canada about the french translations
21:07 huginn Bug http://bugs.koha-community.org[…]_bug.cgi?id=26308 enhancement, P5 - low, ---, oleonard, NEW , Normal view (vue normale) is not displayed in French
21:07 cait maybe the &nbsp; again
21:07 cait ?
21:07 lukeG joined #koha
21:07 lukeG hi
21:08 caroline hm... I've had that before
21:09 caroline I know at one point the -- in titles was making everything disappear
21:19 kathryn joined #koha
21:21 inlibro joined #koha
21:33 caroline I was able to replicate the problem on my 20.05 Koha. I will check this more tomorrow. I haven't had a good day and I need some knitting to take my mind off things :)
21:33 aleisha hello
21:37 lukeG hi aleisha
21:39 aleisha hi lukeG
21:46 cait caroline: sorry to hear, hope the knitting helps!
21:49 alexbuckley joined #koha
22:21 inlibro joined #koha
23:21 inlibro joined #koha
23:28 khall joined #koha
23:39 kathryn joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary