Time |
Nick |
Message |
06:30 |
pinesol_green |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
06:56 |
|
JBoyer joined #evergreen |
07:01 |
|
agoben joined #evergreen |
07:30 |
|
bdljohn joined #evergreen |
07:50 |
|
yar joined #evergreen |
08:08 |
|
_bott_ left #evergreen |
08:11 |
|
_bott_ joined #evergreen |
08:14 |
|
Dyrcona joined #evergreen |
08:18 |
|
collum joined #evergreen |
08:20 |
|
remingtron joined #evergreen |
08:40 |
|
mmorgan1 joined #evergreen |
09:03 |
|
kmlussier joined #evergreen |
09:05 |
pinesol_green |
[evergreen|Mike Rylander] LP#1710401: Z39.50 should notice overlay target change - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=000623b> |
09:08 |
|
jvwoolf joined #evergreen |
09:11 |
csharp |
another committer n00b question - what should I do when there's a conflict when committing to another version? In the case of bug 1710401, I resolved the minor conflict and went ahead and pushed to rel_3_0 |
09:11 |
pinesol_green |
Launchpad bug 1710401 in Evergreen "Webstaff: z39.50 doesn't stay up-to-date on which record is marked for overlay" [Low,Fix committed] https://launchpad.net/bugs/1710401 |
09:15 |
Dyrcona |
csharp: If the resolution of the conflict is obvious and easy, then do it. |
09:15 |
csharp |
Dyrcona: okay - good |
09:15 |
Dyrcona |
If it is more complex and you don't feel confident doing it, then comment on the bug for the code submitter or someone else to look at it. |
09:15 |
csharp |
will do |
09:15 |
Dyrcona |
It's OK not to backport complex bug fixes, too. |
09:17 |
|
lsach joined #evergreen |
09:19 |
|
lsach joined #evergreen |
09:52 |
Dyrcona |
@dunno get 12 |
09:52 |
pinesol_green |
Dyrcona: Dunno #12: "Have you tried turning it off and back on again?" (added by csharp at 01:04 PM, August 31, 2012) |
09:52 |
Dyrcona |
Yes, and it worked for me! ;) |
09:56 |
JBoyer |
Computers! (Imagine The More You Know Star Here.) |
09:57 |
Dyrcona |
:) |
09:58 |
Dyrcona |
For the past week and a half my laptop had been taking a long time to mount USB media. |
09:58 |
Dyrcona |
I shut it down this morning before leaving the house, and after starting it up again that problem went away. |
10:02 |
|
mmorgan1 joined #evergreen |
10:08 |
Dyrcona |
Ha! |
10:08 |
Dyrcona |
Wrong tab. :) |
10:09 |
|
rlefaive joined #evergreen |
10:15 |
|
bdljohn left #evergreen |
10:17 |
|
Christineb joined #evergreen |
10:26 |
Dyrcona |
Bleh. "Standards...." |
10:27 |
Dyrcona |
And, not, the XKCD is not applicable. |
10:27 |
Dyrcona |
s/not/no/ |
10:28 |
|
sandbergja joined #evergreen |
10:34 |
|
rlefaive_ joined #evergreen |
10:50 |
|
khuckins__ joined #evergreen |
11:18 |
|
ningalls joined #evergreen |
11:32 |
|
sandbergja joined #evergreen |
11:33 |
|
mmorgan joined #evergreen |
11:55 |
|
idjit joined #evergreen |
12:18 |
|
khuckins joined #evergreen |
12:26 |
|
khuckins_ joined #evergreen |
12:32 |
|
khuckins joined #evergreen |
12:58 |
|
beanjammin joined #evergreen |
13:13 |
|
khuckins_ joined #evergreen |
13:27 |
csharp |
khuckins_: or berick: I'm testing bug 1744756 and so far I'm unable to do anything in the admin UI for it - all the buttons are disabled except "Save" - I've tried as a global admin and as the admin user (to rule out perm problems) - no luck yet |
13:27 |
pinesol_green |
Launchpad bug 1744756 in Evergreen "Wishlist: Custom profile group display in patron registration." [Wishlist,New] https://launchpad.net/bugs/1744756 |
13:27 |
csharp |
I can see from fm_IDL.xml that CREATE_PERM, UPDATE_PERM, and STAFF_LOGIN are the perms required and I have those |
13:30 |
khuckins_ |
csharp: do you have any entries in the permission.grp_tree_display_entry table, and if so, do they display? |
13:30 |
csharp |
no entries yet, no |
13:32 |
khuckins_ |
You'll need to manually insert entries to that table |
13:32 |
csharp |
oh ok |
13:32 |
csharp |
I was assuming that's what "Add" in the UI would do |
13:34 |
berick |
yeah, that's what the UI's for |
13:34 |
khuckins_ |
Yeah that bit can be a bit confusing, admittedly. The UI works with just what's available in that particular table, "Add" allows you to add from all the disabled entries that are in the table and available to the workstation |
13:39 |
csharp |
oh - duh - I wasn't reading the docs - thanks khuckins_ |
13:43 |
csharp |
I see it working now |
13:43 |
khuckins_ |
csharp: that said, it might be better to have the add/remove buttons build out that tree... I'm going to do a refactor to change that behavior a bit, so no need to test just yet |
13:43 |
csharp |
ok cool |
14:17 |
miker |
khuckins_: have you confirmed that offline doesn't interact badly with the branch on bug 1744756, since offline depends on that UI, and the group tree? |
14:17 |
pinesol_green |
Launchpad bug 1744756 in Evergreen "Wishlist: Custom profile group display in patron registration." [Wishlist,New] https://launchpad.net/bugs/1744756 |
14:22 |
khuckins_ |
miker: Haven't touched offline much, so I wasn't aware it relies on that - I'm assuming it's the offline patron registration portion in particular that does? I'll take a look |
14:26 |
miker |
yep, that's it. it may need to have files added to the UpUp config, in particular |
14:26 |
miker |
after that, I suspect it will just fall back to the full group tree unless code is added to cache and handle the new data structures |
14:28 |
khuckins_ |
When there aren't any entries recognized from the new display entry tree, it should fall back to the regular group tree, so I'd assume that's the case too |
14:35 |
|
yar joined #evergreen |
14:42 |
|
sandbergja joined #evergreen |
15:11 |
|
abowling joined #evergreen |
15:12 |
abowling |
doing some development on the print labels. one finding that i'm running into is that the print output seems to ignore "page-break-(before|after)" settings in css. any ideas on this? |
15:16 |
Dyrcona |
Add a Ctrl-L character to the output? |
15:18 |
miker |
abowling: printing through hatch or direct from the browser |
15:18 |
abowling |
Dyrcona: might give that a go |
15:19 |
abowling |
miker: direct from browser |
15:19 |
miker |
https://stackoverflow.com/questions/35871451/page-break-after-does-not-work-in-chrome |
15:19 |
abowling |
miker++ |
15:20 |
abowling |
miker: figures! one of these days, we're gonna get a single browser that does everything "correctly" :) |
15:23 |
Dyrcona |
One can dream... :) |
15:59 |
|
sandbergja joined #evergreen |
16:03 |
|
khuckins_ joined #evergreen |
16:15 |
|
rlefaive joined #evergreen |
17:03 |
|
mmorgan left #evergreen |
18:04 |
|
sandbergja joined #evergreen |
18:23 |
|
rlefaive joined #evergreen |
18:32 |
pinesol_green |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
19:11 |
|
beanjammin joined #evergreen |
22:58 |
|
sandbergja joined #evergreen |