api: merge category selection into agenda options (#71187) #8

Closed
vdeniaud wants to merge 1 commits from wip/71187-statistiques-ranger-les-agendas- into main
Owner
No description provided.
vdeniaud force-pushed wip/71187-statistiques-ranger-les-agendas- from 0650f9c585 to e220f39954 2022-11-14 16:38:30 +01:00 Compare
fpeters reviewed 2022-11-14 16:39:29 +01:00
@ -294,3 +294,3 @@
end = serializers.DateTimeField(required=False, input_formats=['iso-8601', '%Y-%m-%d'])
category = serializers.SlugField(required=False, allow_blank=False, max_length=256)
agenda = serializers.SlugField(required=False, allow_blank=False, max_length=256)
agenda = serializers.CharField(required=False, allow_blank=False, max_length=256)
Owner

Le changement ici c'est pour accepter le : dans un category:whatever, correct ?

(commentaire à 90% fait pour tester les commentaires gitea).

Le changement ici c'est pour accepter le : dans un category:whatever, correct ? (commentaire à 90% fait pour tester les commentaires gitea).
Author
Owner

Oui, grosse flemme de mettre une regex mais je me plierai à ce que demandera la relecture.

Oui, grosse flemme de mettre une regex mais je me plierai à ce que demandera la relecture.
fpeters marked this conversation as resolved
fpeters approved these changes 2022-11-14 18:32:57 +01:00
Author
Owner

Mergé manuellement (comme pour https://gitea.entrouvert.org/entrouvert/chrono/pulls/4 mais depuis j'ai activé la détection des merges manuels dans https://gitea.entrouvert.org/entrouvert/chrono/settings, visiblement ça fonctionne mal).

Mergé manuellement (comme pour https://gitea.entrouvert.org/entrouvert/chrono/pulls/4 mais depuis j'ai activé la détection des merges manuels dans https://gitea.entrouvert.org/entrouvert/chrono/settings, visiblement ça fonctionne mal).
vdeniaud closed this pull request 2022-11-15 10:16:21 +01:00
Some checks reported errors
gitea-wip/chrono/pipeline/pr-main This commit looks good
gitea-wip/chrono/pipeline/head There was a failure building this commit
gitea/chrono/pipeline/head Something is wrong with the build of this commit

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/chrono#8
No description provided.