You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop,Mobile: Resolves #10073, #10080: Fix conflicts notebook doesn't work with the trash feature (#10104)
This commit is contained in:
@ -13,7 +13,9 @@ import syncDebugLog from '../services/synchronizer/syncDebugLog';
|
||||
import ResourceService from '../services/ResourceService';
|
||||
import { LoadOptions } from './utils/types';
|
||||
import ActionLogger from '../utils/ActionLogger';
|
||||
import { getTrashFolder, getTrashFolderId } from '../services/trash';
|
||||
import { getTrashFolder } from '../services/trash';
|
||||
import getConflictFolderId from './utils/getConflictFolderId';
|
||||
import getTrashFolderId from '../services/trash/getTrashFolderId';
|
||||
const { substrWithEllipsis } = require('../string-utils.js');
|
||||
|
||||
const logger = Logger.create('models/Folder');
|
||||
@ -162,7 +164,7 @@ export default class Folder extends BaseItem {
|
||||
}
|
||||
|
||||
public static conflictFolderId() {
|
||||
return 'c04f1c7c04f1c7c04f1c7c04f1c7c04f';
|
||||
return getConflictFolderId();
|
||||
}
|
||||
|
||||
public static conflictFolder(): FolderEntity {
|
||||
|
Reference in New Issue
Block a user