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

GN-4827: Remove RDFA Tools from RDFA Editor #657

Merged
merged 1 commit into from
May 17, 2024
Merged

GN-4827: Remove RDFA Tools from RDFA Editor #657

merged 1 commit into from
May 17, 2024

Conversation

dkozickis
Copy link
Contributor

@dkozickis dkozickis commented May 13, 2024

Overview

GN-4827: Remove RDFA Tools from RDFA Editor

Do not render

  • RdfaEditor
  • AttributeEditor
  • DebugInfo

They are not meant for GN users

connected issues and PRs:

https://binnenland.atlassian.net/browse/GN-4827

Setup

  1. Checkout

How to test/reproduce

  1. ember s --proxy https://dev.gelinkt-notuleren.lblod.info
  2. Check that RDFA tools are not available in RB editor

Checks PR readiness

  • UI: works on smaller screen sizes
  • UI: feedback for any loading/error states
  • Check cancel/go-back flows
  • Check database state correct when deleting/updating (especially regarding relationships)
  • changelog
  • npm lint
  • no new deprecations

@@ -104,19 +104,6 @@
{{yield to='sidebar'}}
{{#if @shouldEditRdfa}}
Copy link
Member

Choose a reason for hiding this comment

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

My bad on not clarifying the ticket, but I already put in a mechanism to hide the rdfa editing tools, this boolean. It should really just be a matter of setting that boolean to false in templates/regulatory-statements/edit.hbs
however, see other comment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I should have been smarter. Saw that boolean, decided to raise it all with napalm instead. Changed now.

@@ -104,19 +104,6 @@
{{yield to='sidebar'}}
{{#if @shouldEditRdfa}}
<Plugins::Link::LinkEditor @controller={{this.controller}} />
Copy link
Member

Choose a reason for hiding this comment

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

I don't really know how this got in here, but since we're pretty settled on the popout link editor, we can remove this sidebar version here

@dkozickis dkozickis merged commit d6c4ddd into master May 17, 2024
3 checks passed
@dkozickis dkozickis deleted the GN-4827 branch May 17, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants