-
Notifications
You must be signed in to change notification settings - Fork 18
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
NOISSUE- Implement Domains #9
Conversation
ca929c8
to
8521063
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.
I think it's beacuse you are using the wrong branch, hence you have a token which does not have the domain in it |
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 am not able to reproduce @rodneyosodo's errors, nor problems with users seeing things from other domains. When adding Things, Groups, or Users - I'd expect to see them appear in the list once I successfully submit the request.
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.
</tr> | ||
</thead> | ||
<tbody> | ||
{{ range $i, $m := .Members }} |
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.
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.
This will be solved in another pr, once we are enable to fetch domain members with relations
Signed-off-by: ianmuchyri <[email protected]>
d4bd14d
to
145e91d
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.
LGTM
Signed-off-by: ianmuchyri <[email protected]>
What type of PR is this?
What does this do?
Implement domains into the UI to sync with Magistrala's implementation of domains.
Adds:
Which issue(s) does this PR fix/relate to?
None
Have you included tests for your changes?
Did you document any new/modified functionality?
Notes