Bug 2117367

Summary: Console core SDK package does not ship referenced .scss files
Product: OpenShift Container Platform Reporter: Vojtech Szocs <vszocs>
Component: Management ConsoleAssignee: Vojtech Szocs <vszocs>
Status: CLOSED DEFERRED QA Contact: Yadan Pei <yapei>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.11   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-09 01:27:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vojtech Szocs 2022-08-10 19:02:29 UTC
Some JavaScript files in Console core SDK package reference .scss stylesheets.

  $ cd /path/to/console/frontend/packages/console-dynamic-plugin-sdk
  $ yarn build
  $ grep -r "import '.*\.scss';" --include="*.js" dist/core/lib

These stylesheets should be included at the relevant paths within the dist/core/lib directory.

For example, if this JS file

  dist/core/lib/app/components/status/icons.js

references ./icons.scss via import syntax, there should also be

  dist/core/lib/app/components/status/icons.scss

with content copied from

  src/app/components/status/icons.scss

Comment 2 Shiftzilla 2023-03-09 01:27:23 UTC
OpenShift has moved to Jira for its defect tracking! This bug can now be found in the OCPBUGS project in Jira.

https://issues.redhat.com/browse/OCPBUGS-9458