Compare commits
No commits in common. "admin_filtr_stav_problemu" and "master" have entirely different histories.
admin_filt
...
master
1 changed files with 0 additions and 6 deletions
|
|
@ -144,12 +144,6 @@ class ProblemAdmin(PolymorphicParentModelAdmin):
|
|||
]
|
||||
# Pokud chceme orezavat na aktualni rocnik, musime do modelu pridat odkaz na rocnik. Zatim bere vse.
|
||||
search_fields = ['nazev']
|
||||
list_filter = ['stav']
|
||||
actions = ['vyres_problemy']
|
||||
|
||||
@admin.action(description= 'Označit problémy jako vyřešené')
|
||||
def vyres_problemy(self, req, qs):
|
||||
qs.update(stav=Problem.STAV_VYRESENY)
|
||||
|
||||
|
||||
# V ProblemAdmin to nejde, protoze se to nepropise do deti
|
||||
|
|
|
|||
Loading…
Reference in a new issue