1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Tweaked document list rendering of tooltips

This commit is contained in:
HarveyKandola 2021-08-18 19:40:57 -04:00
parent cb46f34503
commit 565a063231
3 changed files with 20 additions and 15 deletions

View file

@ -81,6 +81,19 @@ export default Service.extend({
// Duplicate creates a copy.
duplicate(spaceId, docId, docName) {
// for (let index = 0; index < 10; index++) {
// let data = {
// spaceId: spaceId,
// documentId: docId,
// documentName: docName + " " + index
// };
// this.get('ajax').request(`document/duplicate`, {
// method: 'POST',
// data: JSON.stringify(data)
// });
// }
let data = {
spaceId: spaceId,
documentId: docId,