-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release (patch) - ExtForeignKey in Controls Dialogue, Credentials Gen…
…eration Issue Fix (#191) * Use extForeignKey for value in controls dialog * removed assertion that fails when user is not found in portal but holds permissions or scopes to the portal * Created a new query to fetch list of users with usernames and retained assert check in lookupUserByUsername Co-authored-by: Joshua Jones <[email protected]> Co-authored-by: ikethecoder <[email protected]>
- Loading branch information
1 parent
feb77c4
commit 34bc2de
Showing
6 changed files
with
31 additions
and
21 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,10 +171,12 @@ const query = gql` | |
service { | ||
id | ||
name | ||
extForeignKey | ||
} | ||
route { | ||
id | ||
name | ||
extForeignKey | ||
} | ||
} | ||
tags | ||
|
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