mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Missiong update on note in grid, but now you can create tags in the modal.. =)
This commit is contained in:
@@ -8,7 +8,7 @@ use OCP\AppFramework\Db\Entity;
|
||||
class NoteTag extends Entity implements JsonSerializable {
|
||||
|
||||
protected $noteId;
|
||||
protected $tagId
|
||||
protected $tagId;
|
||||
protected $userId;
|
||||
|
||||
public function jsonSerialize() {
|
||||
|
||||
Reference in New Issue
Block a user