Bug Löschen und Icons
|
|
@ -33,7 +33,7 @@ Kommt nur zum tragen, wenn ein AgenturVerbund auf publicjoin=False ist!
|
|||
'''
|
||||
class AgencyNetworkPreperation(models.Model):
|
||||
target_network = models.ForeignKey("AgencyNetwork", on_delete=models.CASCADE)
|
||||
wanted_agency = models.ForeignKey("Agency", on_delete=models.PROTECT, blank=True)
|
||||
wanted_agency = models.ForeignKey("Agency", on_delete=models.CASCADE, blank=True)
|
||||
status = models.IntegerField()
|
||||
|
||||
'''
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 41 KiB |