Skip to content

Commit

Permalink
💡 [#4908] Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvanwijk committed Jan 2, 2025
1 parent 6492749 commit 241f03c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/openforms/registrations/contrib/json/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.utils.translation import gettext_lazy as _


# TODO-4908: maybe rename to FVaJ (Form Variables as JSON)
# TODO-4908: maybe rename to FVaJ (Form Variables as JSON) or similar?
class JSONAppConfig(AppConfig):
name = "openforms.registrations.contrib.json"
label = "registrations_json"
Expand Down
2 changes: 0 additions & 2 deletions src/openforms/registrations/contrib/json/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class JSONOptionsSerializer(JsonSchemaSerializerMixin, serializers.Serializer):
help_text=_("Which service to use."),
required=True,
)
# TODO-4908: show the complete API endpoint as a (tooltip) hint after user entry?
# Might be a front-end thing...
relative_api_endpoint = serializers.CharField(
max_length=255,
label=_("Relative API endpoint"),
Expand Down

0 comments on commit 241f03c

Please sign in to comment.