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:
parent
cb46f34503
commit
565a063231
3 changed files with 20 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue