Skip to content

administration: fix UI#1274

Merged
kpsherva merged 1 commit intoinveniosoftware:masterfrom
anikachurilova:harvester-reader
Feb 10, 2025
Merged

administration: fix UI#1274
kpsherva merged 1 commit intoinveniosoftware:masterfrom
anikachurilova:harvester-reader

Conversation

@anikachurilova
Copy link
Copy Markdown
Member

<Element
key={actionKey}
onClick={this.onModalTriggerClick}
onClick={(e, data) => this.onModalTriggerClick(e, { ...data, actionConfig: actionConfig })}
Copy link
Copy Markdown
Member Author

@anikachurilova anikachurilova Feb 10, 2025

Choose a reason for hiding this comment

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

Feature button was braking the UI, because actionConfig had to be passed in ActionForm in line 66

from invenio_records_resources.services.records.config import RecordServiceConfig
from invenio_records_resources.services.records.config import (
RecordServiceConfig,
)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

isort was failing 🤷‍♀️

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thanks for fixing!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

FYI, there is an issue with the newest isort release PyCQA/isort#2352

@kpsherva kpsherva merged commit db96430 into inveniosoftware:master Feb 10, 2025
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.

INSPIRE to CDS-RDM harvester: implement reader component

3 participants