Time |
Nick |
Message |
07:33 |
|
collum joined #evergreen |
08:06 |
|
BDorsey joined #evergreen |
08:29 |
|
rfrasur joined #evergreen |
08:34 |
|
mmorgan joined #evergreen |
08:41 |
|
BDorsey joined #evergreen |
09:01 |
|
mdriscoll joined #evergreen |
09:02 |
|
terranm joined #evergreen |
09:22 |
|
dguarrac joined #evergreen |
09:40 |
|
kworstell-isl joined #evergreen |
09:45 |
|
smayo joined #evergreen |
09:58 |
|
terranm joined #evergreen |
10:56 |
|
BrianK joined #evergreen |
11:27 |
|
jihpringle joined #evergreen |
11:36 |
|
Christineb joined #evergreen |
11:50 |
|
rfrasur_ joined #evergreen |
12:39 |
|
collum joined #evergreen |
12:52 |
|
collum joined #evergreen |
13:14 |
Bmagic |
When's the last time anyone tried to seed the database with an alternate language 950.seed.data file? |
13:14 |
Bmagic |
psql:950.data.seed-values.sql:1: ERROR: insert or update on table "i18n_core" violates foreign key constraint "i18n_core_translation_fkey" |
13:18 |
Bmagic |
wait, is that intended to be installed after the database has been seeded with stock 950? |
13:20 |
terranm |
BrianK++ for already getting a patch submitted, signed off, and committed! https://bugs.launchpad.net/evergreen/+bug/2009093 |
13:20 |
pinesol |
Launchpad bug 2009093 in Evergreen "Line item alert comments and note text have the same id" [Low,Fix committed] |
13:21 |
Bmagic |
BrianK++ |
13:21 |
jeffdavis |
Bmagic: looks to me like 950.data.seed-values.sql would need to be run first |
13:22 |
BrianK |
I got a couple more super easy ones and then I'll return to radio silence :) |
13:22 |
Bmagic |
I happen to notice this file: build/i18n/locale/cs-CZ/950.data.seed-values.sql and since it was named the same as stock, I figured it was suppose to be run instead of stock, if you wanted the internal database strings to be in that language |
13:23 |
Bmagic |
then I compared it to stock, and it's not even close. It's half the size for one thing. So now I'm thinking that the cs-CZ 950 should be applied to the database after the database gets seeded |
13:23 |
jeffdavis |
yeah, on my test server the locale-specific versions just contain translation strings, not all the other essential stuff that's in the main one |
13:24 |
jeffdavis |
BrianK++ |
13:24 |
Bmagic |
I just tried that routine. There were a couple of conflicts with "already exists" rows, but otherwise, I think* the data from the 950 file got inserted |
13:25 |
pinesol |
News from commits: LP#2022939: update package-lock.json for Angular staff client <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=35f6ae4dd7a606cbc13a44e2ddc2004aed635ea6> |
13:25 |
pinesol |
News from commits: LP#2009093 - Fix for line item alert comments and note text have same id <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=fce9855ab4812a24f1b49dc14665f3595ee2f294> |
13:29 |
|
mdriscoll joined #evergreen |
14:14 |
mmorgan |
BrianK++ |
15:10 |
|
Dyrcona joined #evergreen |
15:14 |
Dyrcona |
BrianK++ Welcome aboard! |
15:55 |
pinesol |
News from commits: LP1984007 Acq warning/stop percentage styles <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=3c2cc9d74dbf084b6d91700302492b05ad9b5397> |
17:03 |
|
mmorgan left #evergreen |
17:06 |
jeffdavis |
I may have figured out my issue with the memcached StorageService for Shibboleth - changing the relayState attribute of the <Sessions> element from "ss:mem" to "ss:mc" seems to make it work |
17:10 |
jeffdavis |
following a hint in this discussion thread: https://groups.google.com/g/shibboleth-users/c/lAts4c90jRc |