Evergreen ILS Website

IRC log for #evergreen, 2022-11-03

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat

All times shown according to the server's local time.

Time Nick Message
08:01 BDorsey joined #evergreen
08:12 rfrasur joined #evergreen
08:28 collum joined #evergreen
08:29 mmorgan joined #evergreen
09:32 jvwoolf joined #evergreen
09:36 rfrasur joined #evergreen
09:37 kworstell-isl joined #evergreen
09:38 Bmagic joined #evergreen
09:38 dluch joined #evergreen
09:39 DaMobi joined #evergreen
09:42 terranm joined #evergreen
09:49 Dyrcona joined #evergreen
09:51 dguarrac joined #evergreen
10:02 BDorsey_ joined #evergreen
10:17 scottangel joined #evergreen
10:28 sleary joined #evergreen
10:31 _collum joined #evergreen
10:31 mmorgan1 joined #evergreen
10:34 terranm joined #evergreen
10:44 berick terranm: i wrote them down, but now can't find them..  do you recall the top 3-5 issues with the anguar circ stuff?
10:54 terranm Uhhh...
10:55 terranm Not in any particular order, but some of the top ones:
10:57 terranm Work done on consolidating notes/messages is the biggest one
10:57 terranm Merge patrons has some issues, several different receipt printing issues
10:58 terranm Can't right-click on grids to open links in new tabs, so most of them should be forced to open in a new tab
10:59 terranm Items out > Non-cataloged items has a lot of blank data
10:59 berick terranm++ # thanks
10:59 berick i take it the grid right click issue is a general Angular grid problem?
11:02 terranm Yes, but the main reason I use it is to open links in new tabs. For everything else, having right click open the action menu is great.
11:08 berick gotcha.  and I see now the AngJS grids do allow right if you're on a link
11:08 berick *right click
11:11 * mmorgan1 gets tripped up with right clicking and expecting to see browser right click options, mostly to open links in new tabs or windows, but also to copy highlighted text. Agree with terranm that the action menu is great, and the Copy to Clipboard option is great, too. But I still get tripped up when I highlight and expect to copy. I need to adjust now that we have Copy to Clipboard.
11:20 pinesol News from commits: Add another entry for Jason Stephenson to mailmap <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=c5bf76​3967e1336c310ffe7f7916b05ecbe14bed>
11:27 jihpringle joined #evergreen
11:34 jvwoolf1 joined #evergreen
11:37 kworstell_isl joined #evergreen
11:52 dguarrac_ joined #evergreen
12:10 Christineb joined #evergreen
12:33 collum joined #evergreen
12:50 BDorsey__ joined #evergreen
13:03 collum joined #evergreen
13:19 kworstell-isl joined #evergreen
13:22 jmurray-isl joined #evergreen
13:38 kworstell_isl joined #evergreen
13:40 Dyrcona I just ran a custom db upgrade script from 3.7.3 to latest master and I got an error with the 1343 upgrade. It says "select into is not allowed here." Looks like it is the partial ingest stuff that I probably should have moved out of the transaction.
13:53 dguarrac__ joined #evergreen
14:05 Dyrcona joined #evergreen
14:11 Dyrcona joined #evergreen
14:20 csharp_ so in a cstore call with flesh => 4, does that mean flesh four levels deep?
14:20 Dyrcona csharp_: It does.
14:20 csharp_ ok - good - making sure I'm understanding things :-)
14:21 Dyrcona obj->obj1->obj2->obj3->obj4 to illustrate
14:21 csharp_ yeah - I'm with you
14:30 miker csharp_: life hack -> if you're fleshing self-ref trees, you can say flesh => -1 (but it'll stop at 100. you haven't made perm groups /that/ deep, right?)
14:32 Dyrcona I was just trying to think what could normally go 4 levels deep, but didn't think of permission groups which could have an arbitrary number of parents.
14:45 csharp_ heh - in this case I was trying to understand the code around myopac billing screens
14:46 csharp_ looks like 4 is sufficient :-)
14:50 BDorsey_ joined #evergreen
14:51 BDorsey joined #evergreen
15:05 terranm joined #evergreen
15:15 sleary joined #evergreen
15:28 mantis1 joined #evergreen
15:42 kworstell-isl joined #evergreen
15:54 dguarrac_ joined #evergreen
15:56 terranm I'd like to start retargeting some bug fixes to 3.9.2 since 3.9.1 has been released, but 3.9.2 isn't created in Launchpad yet. I don't believe I have access to do that - is there anyone available in here that would be willing?
15:56 Dyrcona I can do it.
15:57 terranm Thanks!
15:57 terranm It looks like I might actually have access after all, but I don't actually know what to enter
15:58 terranm I say "actually" way too much. Almost as much as I say "awesome."
15:59 Dyrcona terranm: just put 3.9.2 in the name. That's all that is necessary.
15:59 terranm Okay, thanks!
15:59 Dyrcona Has 3.9.1 been released? Was it announced? I just set the 3.9.1 target to inactive so it cannot be assigned new bugs.
16:02 terranm It's posted to the downloads page now, but I don't think a message went out yet
16:03 jeffdavis it was announced on the general list on Tuesday
16:03 Dyrcona OK. I'll set the release date as yesterday.
16:03 terranm jeffdavis++ Dyrcona++
16:03 Dyrcona Ah, so it was! jeffdavis++
16:04 terranm Hrrm it's giving me the option to create a series, but 3.9.1 would be a milestone, right?
16:04 Dyrcona I suppose someone should do the bug wrangler thing, but I don't have time right now.
16:04 terranm And now LP keeps timing out on me
16:05 Dyrcona Yes it would be a milestone. If you click on the 3.9 series, there should be a table view with milestones and there's a create milestone link under the table.
16:07 Dyrcona terranm: Messing with bug targets after a release is usually done with the Bug Wrangler account so people can ignore the flood of emails. If you don't mind waiting, I can get to that later.
16:08 terranm Okay, sounds good! I also wasn't sure if there was a way to do that in a batch or if they had to be done one at a time.
16:08 terranm I finally found the Create Milestone link, so 3.9.2 is ready
16:10 Dyrcona There's no simple way to batch it. I used to have a Python script, but it stopped working after some Launchpad changes. I never got around to fixing it.
16:11 terranm Ok
16:27 sleary joined #evergreen
16:29 javier_guel joined #evergreen
16:31 javier_guel Hi all, I am testing to migrate from 3.4.2 to 3.9.0 EG, the server and the service is up with the 3.9.0v, but I am testing on the web opac and it shows "Sorry, no entries were found for your search.", I have to run any other extra step to show records?
16:38 jihpringle javier_guel: I can't help with your question, but we upgraded to 3.9.0 a few months ago and if you haven't already I definitely recommend looking at some of the fixes in 3.9.1 - especially the ones around the holdings editor (I think we backported most of those ones for our upgrade)
16:39 csharp_ javier_guel: may need to reingest your bibs to get all the search stuff updated
16:40 csharp_ probably instructions in the DB upgrade script outputs
16:53 javier_guel If I run SELECT COUNT(metabib.reingest_record_attributes(bre.id))
16:53 javier_guel FROM biblio.record_entry bre
16:53 javier_guel JOIN metabib.record_attr_flat mraf ON (bre.id = mraf.id)
16:53 javier_guel WHERE deleted IS FALSE
16:53 javier_guel AND attr = 'item_type'
16:53 javier_guel AND value = 'g'; and the result is 0 it mens the ingest didn't work?
17:37 mmorgan left #evergreen
18:10 DaMobi joined #evergreen
22:21 pinesol News from commits: LP1993859 Keyboard tabbing for results pagination <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=2e3eee​c000f0df137523dc55097b423e8f4baf6a>
22:21 pinesol News from commits: LP1994159 Higher contrast H2s <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=0833b8​74b7550929fee3da534ecca62a66edc8a7>
22:52 pinesol News from commits: LP1995032 Add empty alt text to decorative icons <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=ef0d69​f04e14e231d9d854cdb2076f118f417d62>
22:52 pinesol News from commits: LP1824709: Allow comboboxes inputs to have IDs <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=965eed​0754eee7ef213d635e8217b9f981d1e3a9>
23:22 pinesol News from commits: LP1972928: Show course user role dropdown choices without typing <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=0a09e1​3670f11ddfae6e2b7e2e7fcbf01345c4f5>
23:22 pinesol News from commits: lp1856097 stamp and small fixes to upgrade script <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=2e1ae9​e2e72373af1b917709b12731461ce965eb>
23:22 pinesol News from commits: lp1856097 Tide Default Classification Scheme Description <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=9aa6ea​3e9bcaaf20ddf9520179601a0381afc11f>
23:52 pinesol News from commits: LP1895675 Bootstrap OPAC: Add notification method testing to My Account <https://git.evergreen-ils.org/?p=E​vergreen.git;a=commitdiff;h=da4979​dd5a786dbdf6b9ee8729a72fd21b6a506d>

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat