calendarNoteByDateString() not working for uninitialised notes
@EduardMe ya está trabajando en esto.
Desde el 15/3/2023.
- Lenguaje dominante
- JavaScript
- Estrellas
- 204
- Forks
- 82
- Merge medio
- 22 h 27 min
- PR fusionados (30 d)
- 3
Descripción
Not strictly a bug, but its related to an earlier bug that did get fixed.
Back around v3.1 asking calendarNoteByDate() for a future but as-yet uninitialised calendar note resulted in null. You fixed this behaviour.
Since then you've added calendarNoteByDateString() but I've only just noticed that its documentation says:
"Returns the calendar note for the given date string (can be undefined, if the calendar note was not created yet) ...".
Please update this call to act the same as its older brother.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.