Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
6ca06e1e
Commit
6ca06e1e
authored
Aug 13, 2018
by
Sietse Ringers
Browse files
Fix bug in scheme updating
parent
fc2f5bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaconfig.go
View file @
6ca06e1e
...
...
@@ -750,7 +750,7 @@ func (conf *Configuration) checkCredentialTypes(session SessionRequest, managers
if
typ
,
contains
=
conf
.
CredentialTypes
[
credid
];
!
contains
{
managers
[
credid
.
Root
()]
=
struct
{}{}
}
if
!
typ
.
ContainsAttribute
(
attrid
)
{
if
!
attrid
.
IsCredential
()
&&
!
typ
.
ContainsAttribute
(
attrid
)
{
managers
[
credid
.
Root
()]
=
struct
{}{}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment