Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

[11:38:08 CDT(-0500)] <b-sure> hello uPortal devs: athena: do you know about the entity-selector.js file for the groups and categories? Its giving an error for me in the updateBreadcrumbs method. the entity passed into it is undefiend. I'm wondering if I've got some bad markup somewhere.

[13:52:43 CDT(-0500)] <EricDalquist> $!@#$@#$ portlet caching is complicated

[13:54:32 CDT(-0500)] <athena> (sad)

[13:54:42 CDT(-0500)] <athena> projects that don't publish their artifacts are a pain

[13:54:47 CDT(-0500)] <EricDalquist> that too

[13:54:53 CDT(-0500)] <EricDalquist> I'm glad nick wrote a bunch of tests

[14:11:38 CDT(-0500)] <athena> tests good

[14:19:59 CDT(-0500)] <b-sure> hello athena: do you know where I could debug groups and categories that aren't showing up in the portal admin? it relates to UP-3345 in that I no longer get an exception, but none of my groups or categories show up.

[14:20:36 CDT(-0500)] <athena> what's specifically the problem?

[14:20:57 CDT(-0500)] <b-sure> entity-selector.js

[14:21:18 CDT(-0500)] <b-sure> I'll find the line ...

[14:22:10 CDT(-0500)] <b-sure> line 259 " key = entity.entityType + ':' + entity.id;" entityType is undefined. its passed into that method as an argument.

[14:23:07 CDT(-0500)] <b-sure> maybe there are no groups returned.

[14:25:12 CDT(-0500)] <athena> can you set a breakpoint in the js and see what the entity object looks like?

[14:25:32 CDT(-0500)] <b-sure> its actually undefined

  • No labels