changed comment
gitea/salix/2069-ticket_index_scope_days This commit looks good
Details
gitea/salix/2069-ticket_index_scope_days This commit looks good
Details
This commit is contained in:
parent
bee814f6a6
commit
218ed38b54
|
@ -53,7 +53,7 @@ export default class Controller {
|
|||
if (params) {
|
||||
if (typeof(params.scopeDays) === 'number')
|
||||
Object.assign(params, this.getScopeDates(params.scopeDays));
|
||||
// Set default params to 0 scope days
|
||||
// Set default params to 1 scope days
|
||||
else if (Object.entries(params).length == 0)
|
||||
params = this.getScopeDates(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue