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

Jobs registry #224

Merged
merged 7 commits into from
Sep 26, 2024
Merged

Jobs registry #224

merged 7 commits into from
Sep 26, 2024

Conversation

kpsherva
Copy link
Contributor

* add overridable action forms
function: null,
};

export const mapFormFields = (
Copy link
Contributor Author

@kpsherva kpsherva Aug 26, 2024

Choose a reason for hiding this comment

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

it was moved from GenerateForm.js and refactored to improve readability. If anyone has an idea how to get rid of various if statements in the main function body, especially when trying to assign a correct type to a field, I would appreciate suggestions!

@@ -31,6 +31,7 @@
data-resource-name='{{ resource_name | tojson }}'
data-pid-path='{{ pid_path | tojson }}'
data-request-headers='{{ request_headers | tojson }}'
data-name='{{ name }}'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

will be used to override specific views with react-overridable.

* add overridable components to admin forms
@kpsherva kpsherva merged commit a263804 into inveniosoftware:main Sep 26, 2024
4 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.

jobs registry
1 participant