mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 19:00:12 +01:00
Fix Cards and Users docs not generated because of syntax error and new Javascript syntax.
Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. Thanks to pvcon13 and xet7 !
This commit is contained in:
parent
280e66947e
commit
9ae20a3f51
4 changed files with 5433 additions and 257 deletions
|
|
@ -531,7 +531,7 @@ Users.helpers({
|
|||
getStartDayOfWeek() {
|
||||
const profile = this.profile || {};
|
||||
// default is 'Monday' (1)
|
||||
return profile.startDayOfWeek ?? 1;
|
||||
return profile.startDayOfWeek || 1;
|
||||
},
|
||||
|
||||
getTemplatesBoardId() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue