Skip to content
Snippets Groups Projects
Commit 373e6a23 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Metadata before compiling and its handling

This adds default values to default metadata and the option to set it
before compiling the protocol (i.e. while planning to TO).
Additionally, the (dynamic) metadata fields are handled correctly in the
ProtocolForm and metadata is shown while still planning.
Additionally, protocol.start_time is used instead of
protocoltype.usual_time.

/close #47
/close #65
/close #106
parent cae5ada4
Branches
No related tags found
No related merge requests found
...@@ -131,8 +131,7 @@ class ADManager: ...@@ -131,8 +131,7 @@ class ADManager:
for group_dn in result.memberOf: for group_dn in result.memberOf:
group_dn_parts = parse_dn(group_dn) group_dn_parts = parse_dn(group_dn)
if len(group_dn_parts) >= 1: if len(group_dn_parts) >= 1:
for group_dn in group_dn_parts: key, group, next_char = group_dn_parts[0]
key, group, next_char = group_dn
yield group yield group
def all_groups(self): def all_groups(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment