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

Fixes #37619 - Add ouia-ids for remediation wizard #574

Merged
merged 4 commits into from
Jul 4, 2024

Conversation

ofedoren
Copy link
Member

@ofedoren ofedoren commented Jul 2, 2024

@MariaAga, could you please take a look?

@@ -11,6 +11,7 @@ const ConfirmModal = props => {

const actions = [
<Button
ouiaId={`oscap-conf-modal-${props.record.id}-confirm`}
Copy link
Member

Choose a reason for hiding this comment

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

props.record default is null. so this should be props.record?.id or something else

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed. Although, anything that is fixed here and is not related to the wizard should be removed, since those are leftovers from OVAL additions.

Comment on lines 30 to 32
- name: Run plugin linter
run: |
npm run lint
Copy link
Member

Choose a reason for hiding this comment

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

This already runs as part of foreman_plugin_js

Copy link
Member

Choose a reason for hiding this comment

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

maybe we should add it there, but thats a different pr 🙃

@ofedoren
Copy link
Member Author

ofedoren commented Jul 4, 2024

Thanks, @MariaAga, updated.

Copy link
Member

@MariaAga MariaAga left a comment

Choose a reason for hiding this comment

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

lgtm!

@ofedoren ofedoren merged commit 6096ca1 into theforeman:master Jul 4, 2024
27 checks passed
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