Simplify error message when field cannot be found on update
- Langage dominant
- JavaScript
- Étoiles
- 36
- Forks
- 10
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Please avoid duplicates
- [X] I checked [all open bugs](https://github.com/gr2m/github-project/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem.
### Reproducible test case
_No response_
### Please select the environment(s) that are relevant to your bug report
- [X] Browsers
- [X] Node
- [X] Deno
### Versions
1.3.1
### What happened?
When I try to update a custom field "Type" I get the follow error message
> [github-project] "type" could not be matched with any of the existing field names: "Title", "Assignees", "Status", "Labels", "Linked Pull Requests", "Reviewers", "Repository", "Milestone", "Target Date", "NotType"
I think we should remove all the read-only fields, which would make this message much more readable
> [github-project] "type" could not be matched with any of the existing field names: "Title", "Status", "Target Date", "NotType"
### Would you be interested in contributing a fix?
- [ ] yes
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Aucun fichier, test ou point d’entrée n’est nommé. Localisez le chemin de mise à jour qui correspond aux noms de champs personnalisés et construit le message d’erreur, puis examinez la manière dont les champs en lecture seule sont représentés ; c’est terminé lorsque ces champs sont exclus et que le message ne répertorie que des champs modifiables tels que "Title", "Status", "Target Date" et "NotType".
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- github, javascript
- Domaine
- api
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100