Bugs gelöst
This commit is contained in:
parent
bdc0ca92ce
commit
ed9c60e4f5
|
|
@ -261,6 +261,12 @@ def StandardAdd(request, id=False):
|
|||
standard.authority.clear()
|
||||
standard.executor.clear()
|
||||
standard.representative.clear()
|
||||
standard.visibleby.clear()
|
||||
standard.linked_standards.clear()
|
||||
standard.addedfiles.clear()
|
||||
standard.addedquicklinks.clear()
|
||||
standard.addedpasswords.clear()
|
||||
standard.addedcontacts.clear()
|
||||
|
||||
# ADD NEW INFOS
|
||||
# REPRESENTATIV
|
||||
|
|
@ -320,6 +326,7 @@ def StandardAdd(request, id=False):
|
|||
|
||||
# ADD TO NETWORKS
|
||||
networks = normalForm.cleaned_data['checked_networks'].split(",")
|
||||
|
||||
for f in networks:
|
||||
if(f.isdigit()):
|
||||
tempnetwork = AgencyNetwork.objects.get(pk=f)
|
||||
|
|
|
|||
Loading…
Reference in New Issue