Skip to content

Commit

Permalink
🗃️ [#182] changed migration name and order because of two 0016 files
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Aug 15, 2024
1 parent b9e4b58 commit bdf63f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class InternetaakFilterSet(FilterSet):
toegewezen_aan_actor__uuid = filters.UUIDFilter(
help_text=_("Zoek internetaak object op basis van het toegewezen actor uuid"),
help_text=_("Zoek internetaak object op basis van het toegewezen actor uuid."),
field_name="actoren__uuid",
)
toegewezen_aan_actor__url = filters.CharFilter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from openklant.components.klantinteracties.models.actoren import Actor
from openklant.components.klantinteracties.models.constants import Taakstatus
from openklant.components.klantinteracties.models.internetaken import (
InterneTakenActorenThoughModel,
InterneTaak,
InterneTakenActorenThoughModel,
)
from openklant.components.klantinteracties.models.klantcontacten import Klantcontact

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("klantinteracties", "0015_internetaak_afgehandeld_op"),
("klantinteracties", "0018_remove_internetaak_actor"),
]

operations = [
Expand Down

0 comments on commit bdf63f9

Please sign in to comment.