-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Vueify Rules Edit #14878
Vueify Rules Edit #14878
Conversation
|
||
async function onEdit() { | ||
if (props.target) { | ||
const url = `${getAppRoot()}api/dataset_collections/${props.target.id}?instance_type=history`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is from the previous code, but we could use this opportunity to use UrlData
from utils/url
here. Thank you so much for working on this.
41ae134
to
b96abbd
Compare
Failed selenium test looks related: |
…ion. Checked, and these were still MIT licensed
3f921eb
to
c6a079e
Compare
This PR was merged without a "kind/" label, please correct. |
Closes #12880
I attempted to write an automated test for this component, however importing RuleCollectionBuilder throws an error in jest, due to the "handsontable" dependency.
How to test the changes?
(Select all options that apply)
License