2 Commits b705567fc1 ... 7444abce6c

Author SHA1 Message Date
  Élie Bouttier 7444abce6c restriction allocations 6 years ago
  Élie Bouttier b705567fc1 restriction allocations 6 years ago
1 changed files with 1 additions and 1 deletions
  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'
     stop.short_description = 'Terminer l’allocation'
 
 
 
 
-class InactiveServiceAllocationInline(ServiceDisplayMixin, ServiceAllocationMixin, InactiveAllocationMixin, AllocationInline):
+class InactiveServiceAllocationInline(ServiceAllocationMixin, InactiveAllocationMixin, AllocationInline):
     fields = ('id', 'service', 'resource', 'route', 'start', 'end')
     fields = ('id', 'service', 'resource', 'route', 'start', 'end')
     readonly_fields = ('service', 'resource', 'route', 'start', 'end')
     readonly_fields = ('service', 'resource', 'route', 'start', 'end')