Time |
Nick |
Message |
07:08 |
|
agoben joined #evergreen |
07:30 |
|
rjackson_isl joined #evergreen |
07:40 |
|
Dyrcona joined #evergreen |
08:36 |
|
mmorgan joined #evergreen |
09:05 |
|
mmorgan1 joined #evergreen |
09:08 |
|
jwoodard joined #evergreen |
09:31 |
|
_adb joined #evergreen |
09:51 |
|
jvwoolf joined #evergreen |
09:56 |
|
kmlussier joined #evergreen |
10:12 |
Stompro |
Has anyone ever tried removing the "Behind circ desk" user setting to get rid of that checkbox from the patron registration form. We don't use it at all, so It would be nice to not show it. |
10:15 |
berick |
Stompro: IIRC, setting the org setting circ.holds.behind_desk_pickup_supported to false will remove it. |
10:16 |
berick |
it's supposed to, anyway |
10:20 |
Stompro |
berick, that doesn't seem to remove it from the patron registration. |
10:20 |
|
mmorgan joined #evergreen |
10:22 |
berick |
huh, yeah, confirmed in xul and browser client |
10:23 |
berick |
i was positive that would hide it. |
10:23 |
berick |
maybe it's just the tpac |
10:23 |
berick |
i think it should hide it, though |
10:24 |
* kmlussier |
agrees |
10:24 |
Dyrcona |
Stompro: Did you quit the staff client and start it again after changing the setting? You need to do that. |
10:25 |
Stompro |
I didn't, let me try that. |
10:25 |
Dyrcona |
It reads the settings when it starts up, so if you change a setting, the staff client won't know about until you quit and start it again. |
10:26 |
Dyrcona |
Well, logging out and logging back in may be enough, but I'm not sure if the cache affects that. |
10:27 |
Stompro |
Dyrcona, I know that some of the YAOUS don't work that way. If I change the show fields, that takes effect when I reload the patron registration screen. |
10:27 |
Stompro |
I restarted and the "Hold is behind Circ Desk" still is shown. |
10:28 |
berick |
webstaff fix http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/webstaff-patron-edit-hide-behind-desk |
10:28 |
* berick |
loves how easy angular makes stuff like that |
10:29 |
Stompro |
The only check I see in the xul register.js for 'circ.holds.behind_desk_pickup_supported" seems to control showing the whole user settings section if it is true. |
10:32 |
Stompro |
I'll create a bug report, berick++ for the web client fix. |
10:39 |
Stompro |
Bug 1631026 created. |
10:39 |
pinesol_green |
Launchpad bug 1631026 in Evergreen "Patron Registration: Circ is behind desk isn't hidden based on YAOUS" [Undecided,New] https://launchpad.net/bugs/1631026 |
10:39 |
berick |
Stompro++ |
10:45 |
kmlussier |
berick++ Stompro++ |
11:20 |
|
Christineb joined #evergreen |
11:20 |
|
sard joined #evergreen |
11:23 |
|
wsmoak joined #evergreen |
11:23 |
Stompro |
Can someone tell me where the staff block standing penalty is assigned? I looked in the library settings for Block, Standing, Penalty... I couldn't find anything in the official docs. |
11:24 |
Stompro |
Ours is set to STAFF_CHR, I could just change which blocks are applied to that one, but it seems cleaner to change it to one of the other STAFF_* standing penalties. |
11:25 |
Stompro |
And that reminds me, I need to figure out how to dsplay something better than "Hold blocked: STAFF_CHR" to customers when they hit the block. |
11:25 |
Dyrcona |
STAFF_CHR is added by staff manually. |
11:25 |
Dyrcona |
It's used when staff manually apply a block to a patron, I mean. |
11:26 |
Stompro |
Dyrcona, Yes, I'm wondering if which STAFF_* penalty is used by that "Block" button is configurable? Or if it is hard coded to always be "STAFF_CHR" |
11:37 |
mmorgan |
Stompro: Looks like it's hard coded: http://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/xul/staff_client/server/patron/new_standing_penalty.js;h=2c0139cbf4020ff489710fc6b9d7658c4478c7be;hb=HEAD#l59 |
11:40 |
Stompro |
mmorgan++ hehe, just as you posted I was reading that also. I wonder if it was planned on being configurable at some point? Why would all those other STAFF_* variants be added by default? |
11:40 |
mmorgan |
:) |
11:44 |
|
bmills joined #evergreen |
11:44 |
Dyrcona |
Hmm. My Evergreen/.git seems to be slightly corrupted again. |
11:44 |
Dyrcona |
I hope my hard drive isn't failing.... |
11:52 |
Dyrcona |
hmm. none of the other git repos seem to have a problem. |
12:02 |
|
Christineb joined #evergreen |
12:10 |
|
brahmina joined #evergreen |
12:18 |
|
jihpringle joined #evergreen |
12:25 |
dbs |
Wow, I am freaked out. |
12:25 |
dbs |
SELECT * FROM actor.usr WHERE usrname ~ 'saben'; -- returns one row |
12:25 |
dbs |
SELECT * FROM actor.usr WHERE usrname ~ 'saben'; -- returns 0 rows |
12:25 |
dbs |
I have to assume that one of those uses a Unicode lookalike for one or more ascii chars. |
12:28 |
dbs |
Oh wait, the one that returned 1 row was "SELECT * FROM actor.usr WHERE usrname ~ 'saben';" |
12:28 |
dbs |
clever little \x200b char in front, coming from who knows where. madness |
12:31 |
jeffdavis |
fun! |
12:54 |
|
yboston joined #evergreen |
13:14 |
miker |
Character name: ZERO WIDTH SPACE |
13:42 |
dbs |
Character name: WTF |
13:44 |
|
kmlussier joined #evergreen |
14:09 |
tsbere |
dbs: I see those used as "break here" chars in long strings sometimes.... |
14:17 |
Dyrcona |
Yes, I think that is their main (sole?) purpose for existing. |
14:31 |
|
ssieb joined #evergreen |
14:34 |
Bmagic |
That is insane |
14:36 |
Dyrcona |
Maybe, maybe not. |
14:53 |
* Dyrcona |
keeps starting a draft email and then deleting it before hitting send. |
15:00 |
|
mmorgan1 joined #evergreen |
15:33 |
|
mmorgan joined #evergreen |
15:43 |
|
_adb left #evergreen |
17:02 |
|
mmorgan left #evergreen |
17:03 |
|
bmills joined #evergreen |
19:42 |
|
dcook joined #evergreen |
23:52 |
|
ssieb joined #evergreen |