...
Issue
...
:
...
In
...
current
...
Navgrid,
...
Users
...
can
...
click
...
on
...
COs
...
that
...
they
...
do
...
not
...
have
...
access
...
to.
...
The app errors out (spinny
...
stays
...
spinning
...
and
...
breadcrumbs
...
doesn't
...
render)
...
Options:
...
- Wait
...
- for
...
- data
...
- fix
...
- that
...
- will
...
- return
...
- them
...
- correctly
...
- -
...
- Is
...
- Amon
...
- fixing
...
- this
...
- in
...
- this
...
- release?
...
- Handle
...
- the
...
- error
...
- and
...
- make
...
- spinny
...
- stop
...
- and
...
- replace
...
- with
...
- message
...
- Both.
...
Status:
...
There
...
is
...
a
...
check
...
on
...
the
...
click
...
handler
...
in
...
the
...
NavGridCtrl
...
to
...
look
...
at
...
the
...
isRestricted
...
value
...
and
...
if
...
it's
...
set
...
to
...
1
...
it
...
doesn't
...
make
...
the
...
request
...
for
...
the
...
CO
...
if
...
(
...
!item
...
|
...
|
...
item.isRestricted
...
==
...
"1")
...
{
...
return;
...
}
...
The
...
problem
...
is
...
that
...
these
...
items
...
are
...
set
...
to
...
zero
...
not
...
1
...
. In the other call for the workset the value is set to 1 so it works in the workset table.
What field should we use?
...
Issue: The first time you click on a CO link (in NavGrid or in table) an error is thrown from the BreadCrumbsCtrl. After first error, it works fine
Status: RESOLVED
...