Add bookmark exports and sharing + various fixes
This commit is contained in:
@ -56,6 +56,7 @@ class Bookmarkviews extends DatabaseModel {
|
||||
'title' => $title,
|
||||
'description' => $description,
|
||||
'privacy' => $privacy,
|
||||
'uuid' => generateUuidV4(),
|
||||
'createdBy' => App::$activeUser->ID,
|
||||
'createdAt' => time(),
|
||||
];
|
||||
|
Reference in New Issue
Block a user