Skip to content

OBGM-465 Unable to import product associations#4123

Merged
awalkowiak merged 3 commits intofeature/upgrade-to-grails-3.3.10from
OBGM-465
Jun 26, 2023
Merged

OBGM-465 Unable to import product associations#4123
awalkowiak merged 3 commits intofeature/upgrade-to-grails-3.3.10from
OBGM-465

Conversation

@alannadolny
Copy link
Collaborator

No description provided.

List<Map> getData() {
return excelImportService.convertColumnMapConfigManyRows(workbook, columnMap, null, propertyMap)
Holders.grailsApplication.mainContext.getBean("excelImportService")
.convertColumnMapConfigManyRows(workbook, columnMap, null, null, propertyMap)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is signature of convertColumnMapConfigManyRows method:
image
So, the second null was missing and I got error connected to being unable to find appropriate signature

@awalkowiak awalkowiak merged commit 914ba28 into feature/upgrade-to-grails-3.3.10 Jun 26, 2023
@awalkowiak awalkowiak deleted the OBGM-465 branch June 26, 2023 13:24
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