-
Notifications
You must be signed in to change notification settings - Fork 22
Feature/12854 #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/12854 #158
Conversation
Codecov Report
@@ Coverage Diff @@
## main #158 +/- ##
===========================================
+ Coverage 98.08% 100.00% +1.91%
===========================================
Files 42 42
Lines 366 243 -123
Branches 2 0 -2
===========================================
- Hits 359 243 -116
+ Misses 7 0 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
|
||
| const quantityRules = [ | ||
| v => !!v || 'This field is required', | ||
| v => (v > 0) || 'Quantity should be grater than 0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
greater
| { | ||
| "name": "fas-ui", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to bump this to 1.0.6 to match the github release version - I know we're missing a few versions to correlate with the release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't want to increase the version number like that. when multiple PR comes with versions, it will not keep up with release version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me.
|
Also this handles Also this handles https://www.github.com/bcgov/entity/issues/9233 ( I put it in the description) |
Issue #: /bcgov/entity#12854
Issue #: /bcgov/entity#8948
Issue #: /bcgov/entity#9233
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the bcrs-entities-create-ui license (Apache 2.0).