-
Notifications
You must be signed in to change notification settings - Fork 5
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
Palvelukokonaisuudet (Service Units) #430
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0d7e05a
Add service units to redux store
juhakujala 49b32ea
Get users service units to redux store
juhakujala 97a5633
Add user active service unit selection to top navigation
juhakujala 1492ae8
Add service unit filtering for select elements that require it
juhakujala c242ae6
FormField: Add support for passing service unit for form fields
juhakujala 655f054
Contacts: Add support for service units
juhakujala 9781e6a
Leases: Add support for service units
juhakujala 1dcad59
Invoice Notes: Add support for service units
juhakujala 003b525
SAP Invoices: Add support for service units
juhakujala e5f267c
Infill development: Add support for service units
juhakujala fb3fe1d
Update some of the FormNames enum values
juhakujala aea3347
service units to user pems tests
NC-jsAhonen 3e4aa91
service unit id: small cleanup
NC-jsAhonen a175aed
simplify filtering by active service unit logic
NC-jsAhonen a291b07
statistic reports: multiselect for service units
NC-jsAhonen 163734f
statistic reports: parse query for service units
NC-jsAhonen 8e14683
simplify if statements in invoice note list page
NC-jsAhonen 218dd2d
simplify service unit check in some permissions
NC-jsAhonen 0bdc05c
combine if statements in create lease form
NC-jsAhonen f3cf372
simplify null check in user service unit select
NC-jsAhonen 5f9c152
user service unit select: change filter into find
NC-jsAhonen 4a9e70f
leasing summary: add internal_order field
NC-jsAhonen ab49291
wip: filter receivable types by service unit
NC-jsAhonen ff68b95
edit internal order if there is permission
NC-jsAhonen de1a3d0
internal_order: not exactly but max 12 chars
NC-jsAhonen bfdb9f3
fix receivable type filtering in create charge
NC-jsAhonen af72fdc
filter receivable types by service unit: add unit test
NC-jsAhonen a244916
filter area search by service unit
NC-jsAhonen b9907c5
temp: loader for receivable type field to prevent crash
NC-jsAhonen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
In Abstract there are 3 tabs (own work, own unit's work, and all area searches). Does this functionality allow user to see all area searches from all service units by default?