You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Singleton Service, we provide formatting data for dates, numbers, currencies, plurals, measurements, dateFields, any other value is invalid, and no data provide. Need to check whether the input value for scope is supported.
To Reproduce
Steps to reproduce the behavior:
Get latest Singleton Service build, and start it;
Go to API: GET/i18n/api/v2/combination/translationsAndPattern Get translations and patterns
Check paramter scope for this API
**Request Parameter: scope=date
Response: return null for date, but isExistPattern=true
**
Expected behavior
To keep consistent behaviour with other GetPattern APIs, need to check the input value for scope, if it's not supported, return reasonable message.
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Describe the bug
In Singleton Service, we provide formatting data for dates, numbers, currencies, plurals, measurements, dateFields, any other value is invalid, and no data provide. Need to check whether the input value for scope is supported.
To Reproduce
Steps to reproduce the behavior:
**Request Parameter: scope=date
Response: return null for date, but isExistPattern=true
**
Expected behavior
To keep consistent behaviour with other GetPattern APIs, need to check the input value for scope, if it's not supported, return reasonable message.
Screenshots
NA
Desktop (please complete the following information):
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: