mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
WIP vendored dep upgrades
This commit is contained in:
parent
5f59e95495
commit
6409ad0d63
190 changed files with 64265 additions and 109666 deletions
|
@ -208,8 +208,8 @@ export default Service.extend({
|
|||
//**************************************************
|
||||
|
||||
// document meta referes to number of views, edits, approvals, etc.
|
||||
getActivity(documentId) {
|
||||
return this.get('ajax').request(`documents/${documentId}/activity`, {
|
||||
getActivity(documentId, days) {
|
||||
return this.get('ajax').request(`documents/${documentId}/activity?days=${days}`, {
|
||||
method: "GET"
|
||||
}).then((response) => {
|
||||
let data = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue