Missiong update on note in grid, but now you can create tags in the modal.. =)

This commit is contained in:
Matias De lellis
2019-11-12 00:10:03 -03:00
parent 0192faae16
commit 9bf99436bc
5 changed files with 75 additions and 11 deletions

View File

@@ -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() {