Skip to content

OBPIH-6086 update actual ready date on multiple POs via import#4556

Merged
awalkowiak merged 8 commits intofeature/upgrade-to-grails-3.3.10from
OBPIH-6086-update-actual-ready-date-on-multiple-p-os-via-import
Mar 20, 2024
Merged

OBPIH-6086 update actual ready date on multiple POs via import#4556
awalkowiak merged 8 commits intofeature/upgrade-to-grails-3.3.10from
OBPIH-6086-update-actual-ready-date-on-multiple-p-os-via-import

Conversation

@drodzewicz
Copy link
Collaborator

No description provided.


// Product validation
if (!params["productCode"]) {
command.errors.reject("Row ${index + 1}: 'productCode' is required")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am wondering whether those errors should be translatable. Do you think there's a need for that? Or we can leave it as is? 🤔

"orderNumber" : ([expectedType: ExpectedPropertyType.StringType, defaultValue: null]),
"productCode" : ([expectedType: ExpectedPropertyType.StringType, defaultValue: null]),
"productName" : ([expectedType: ExpectedPropertyType.StringType, defaultValue: null]),
"actualReadyDate" : ([expectedType: ExpectedPropertyType.StringType, defaultValue: null]),
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am assuming it should be StringType instead of Date?

@awalkowiak awalkowiak merged commit abc9da2 into feature/upgrade-to-grails-3.3.10 Mar 20, 2024
@awalkowiak awalkowiak deleted the OBPIH-6086-update-actual-ready-date-on-multiple-p-os-via-import branch March 20, 2024 21:32
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.

3 participants