-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(editor): Filter by current org #615
Conversation
Affected libs: ``,
|
42f84f6
to
4169baa
Compare
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.
Thanks for this work! LGTM overall, but I think that since it's hard to demo without an organization for the users we have in hand, it needs a UT to test the new function 🙂
@@ -39,7 +41,7 @@ | |||
<a | |||
class="menu-item" | |||
routerLink="/records/my-library" | |||
routerLinkActive | |||
routerLinkActive="btn-active" |
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.
Very good idea, navigation looks clearer now 👍
{ | ||
provide: SearchService, | ||
useClass: searchServiceMock, | ||
}, |
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 need a test for the new functionnality!
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.
Great work, thanks! 🙂
With this PR, we will be able to filter the records by the current organisation of the authenticated user.
Additionally the highlighting of the active menu item is re-implemented here.
Right now the table is empty, because the organisation name is empty: