-
Notifications
You must be signed in to change notification settings - Fork 16
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
24389, 22238 - allowable actions logic; some other updates to allowed actions #79
Conversation
… issues with non disabled buttons.
/gcbrun |
Temporary Url for review: https://business-dashboard-dev--pr-79-si5h6n2c.web.app |
}) | ||
|
||
async function fetchVisibleActions (businessType: string, businessStatus: string) { | ||
interface CouldFileI { |
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.
Likely should be in it's own file
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.
LGTM but please fix conflict before merging.
Also, I recommend updating the app version (in package.json) so that you can tell what version is deployed in different environments, and can therefore deduce whether your changes should be there or not. cc: @BrandonSharratt
Issue:24389 bcgov/entity#24389
Issue:22238 bcgov/entity#22238
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 namex license (Apache 2.0).