Bug Löschen und Icons

This commit is contained in:
holger.trampe 2021-03-29 21:31:59 +02:00
parent 272638860e
commit 46579084b8
7 changed files with 1 additions and 1 deletions

View File

@ -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()
'''

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB