stripes.home valu iz mispelled
Description
CSP Request Details
None
CSP Rejection Details
None
Potential Workaround
None
relates to
Checklist
hideActivity
Show:
Zak Burke March 4, 2024 at 1:23 PMEdited
In fact there is a bunch of cruft in package.json
:
engines.node
is present but should be eliminated.stripes.icons
containsparty
andjournal
, values which appear to be copied straight fromui-oa
. These should be eliminated, as should everything in/icons
, I think, except theapp.*
files.devDependencies
need a major cleanup WRT@babel
,@testing-library
,jest
, etc.peerDependencies
may need cleanup: are we confident about the refs to@folio/handler-stripes-registry
and@folio/service-interaction
?moment
is present but not actually used AFAIK.
Can we handle this all at once? Nah; just fix this bug here and handle the rest in https://folio-org.atlassian.net/browse/UIPOLICIES-9.
Done
Created March 4, 2024 at 1:07 PM
Updated November 4, 2024 at 2:14 PM
Resolved March 15, 2024 at 2:22 PM
TestRail: Cases
TestRail: Runs
Summary: In
package.json
,stripes.home
should be/authorization-policies
, not/autorization-policies
.