2 Commits b705567fc1 ... 7444abce6c

Auteur SHA1 Message Date
  Élie Bouttier 7444abce6c restriction allocations il y a 6 ans
  Élie Bouttier b705567fc1 restriction allocations il y a 6 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/admin.py

+ 1 - 1
services/admin.py

@@ -274,7 +274,7 @@ class ActiveServiceAllocationInline(ServiceAllocationMixin, ActiveAllocationMixi
     stop.short_description = 'Terminer l’allocation'
 
 
-class InactiveServiceAllocationInline(ServiceDisplayMixin, ServiceAllocationMixin, InactiveAllocationMixin, AllocationInline):
+class InactiveServiceAllocationInline(ServiceAllocationMixin, InactiveAllocationMixin, AllocationInline):
     fields = ('id', 'service', 'resource', 'route', 'start', 'end')
     readonly_fields = ('service', 'resource', 'route', 'start', 'end')