Template Date Settings - Change Hide Date Verbiage#71
Merged
crhistianramirez merged 2 commits intoordercloud-api:masterfrom Dec 10, 2020
Merged
Template Date Settings - Change Hide Date Verbiage#71crhistianramirez merged 2 commits intoordercloud-api:masterfrom
crhistianramirez merged 2 commits intoordercloud-api:masterfrom
Conversation
When I was updating a template for MGR test I wasn't able to save my changes because I was getting a 404 error. The issue was the request URL - https://sandboxapi.ordercloud.io/v1/v1/me. Removing /v1 from the baseApiUrl fixed this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Winmark users were setting a hide date and the template doesn't hide on the selected date. The current hide date verbiage is "This section will hide starting on this date. If left blank, the section will remain visible by default." So users are expecting the template to not show on that date. For example, if the hide date is set to 12/01/2020 users are expecting it to not show on this date based on the verbiage. But it actually hides it on 12/02/2020
Updated the hide date verbiage to "This section will hide at the end of this date. If left blank, the section will remain visible by default." to resolve this issue.