-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes an issue with some labels being wrongly parsed where the text before the first hyphen was used instead of the full label. For example, `aura-db-enterprise` was being treated as `aura` because that is a valid label in rolesData.json. There are essentially two types of labels: - 'version' labels, where we want to use only the text before the hyphen, eg `new-5.20` for the label class and add the text after the hyphen as label text. - all other labels, where we take the whole label text and use that for the label class, and take the label text from rolesData.json This PR also fixes an issue with discrete headings. Labels are no longer displayed on discrete headings.
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters