Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove extra barcode in product edit form #8223

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

stephanegigandet
Copy link
Contributor

Removes the barcode at the top (which was previously hidden with a display:none css rule that we removed)

image

@stephanegigandet stephanegigandet requested a review from a team as a code owner March 17, 2023 08:46
@github-actions github-actions bot added ✏️ Editing Template::Toolkit The templating toolkit used by product opener. The starting point for HTML/JS/CSS fixes. labels Mar 17, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Member

@alexgarel alexgarel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

@alexgarel alexgarel merged commit 4a182d7 into main Mar 17, 2023
@alexgarel alexgarel deleted the extra-barcode branch March 17, 2023 10:35
@CharlesNepote
Copy link
Member

@stephanegigandet: Side effect: third party scripts are not allowed to use this code any more in the edit validation page.

Power User Script is now failing to display things in this page. See @benbenben2 comment in #power-user-extension channel.

IMHO, even if some Power User Script features will be soon included in Product Opener (see #8032), the barcode information should be present as an id for future third party usages. It could be everywhere. In the head, for example. But third party scripts should be able to easily find the barcode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Editing Template::Toolkit The templating toolkit used by product opener. The starting point for HTML/JS/CSS fixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants