Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

[11:41:40 CDT(-0500)] <b-rock> yeah np. I hoped I would have had this process nailed down by now since I've been through 2 schema change upgrades

[11:42:18 CDT(-0500)] <EricDalquist> yeah, its always the layouts that cause all the problems

[11:42:30 CDT(-0500)] <EricDalquist> I cannot wait until we can get that code rewritten

[11:42:39 CDT(-0500)] <EricDalquist> should save us A LOT of headaches

[11:42:50 CDT(-0500)] <b-rock> yeah

[13:35:43 CDT(-0500)] <b-rock> Hi EricDalquist. I think I found the issue with the our channel imports. the PortletDefinitionImporterExporter searches the group service for categories. grouper returns results regardless of leafType. I think it needs to do what PAGS does and short circuit if the leafType is not IPerson.

[13:36:02 CDT(-0500)] <EricDalquist> yes

[13:36:08 CDT(-0500)] <b-rock> I re-ran the import w/ this check and it did just fine

[13:36:18 CDT(-0500)] <EricDalquist> that would be the correct thing for it to do if it can only group people

[13:36:21 CDT(-0500)] <b-rock> do you want me to send you the patch for this?

[13:36:24 CDT(-0500)] <EricDalquist> yes please

[13:36:29 CDT(-0500)] <b-rock> sure thing...

[13:36:30 CDT(-0500)] <EricDalquist> open up a jira issue and attach a patch

[13:45:42 CDT(-0500)] <b-rock> ok https://issues.jasig.org/browse/UP-3223 not sure if the same logic needs to be applied for searching for entities because I haven't run into that query yet.

[14:25:34 CDT(-0500)] <brandon_> hello

[14:26:30 CDT(-0500)] <brandon_> had a question about overlays

[14:27:10 CDT(-0500)] <brandon_> uportal came with an overlay for cas which i was using up until i made cas external on its own server

[14:28:37 CDT(-0500)] <brandon_> now i can build it on the uportal server and copy the cas.war over to the cas server but i'd rather not

[14:28:57 CDT(-0500)] <brandon_> would the uportal's cas overlay work if i just copied it to the cas server?

[14:32:23 CDT(-0500)] <athena> i suppose it would, but if you're managing cas separately i'd recommend just managing it as a separate project

[14:32:29 CDT(-0500)] <athena> which you're welcome to do with an overlay style

[14:32:35 CDT(-0500)] <athena> might look at the cas documentation directly

[14:35:24 CDT(-0500)] <brandon_> yeah, that's what i'm going for

[14:35:36 CDT(-0500)] <brandon_> just that now it's working but is on the uportal machine

[14:35:48 CDT(-0500)] <brandon_> and i wanted to know if it would break if i transferred it to the cas machine

[14:40:53 CDT(-0500)] <athena> should probably be ok

[15:02:56 CDT(-0500)] <b-rock> shoot booted of freenode.

[15:03:04 CDT(-0500)] <b-rock> more shoot. meeting now.

[15:51:27 CDT(-0500)] <b-rock> Hi EricDalquist. I amended the patch I submitted earlier today and reposted it to the ticket. It fixes the issues we were having importing permission_set data. the mod is to allow the searchForGroups() to toggle between an exact match or fuzzy group search