문제

I have a kanban view for my module, and rather than click on the "Show more (xxx remaining)" I would like the view to just show everything.

Anyone know the code to make that happen?

도움이 되었습니까?

해결책

In web_kanban module,in static/src/js/kanban.js limit is given as 40. (this.limit = options.limit || 40; //Line number 44 ). Please change it to this.limit = options.limit;. Try to write a customized module.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top