Lots of work on user person security. Also some general clean up. Wrapping up for the day.
This commit is contained in:
@@ -43,9 +43,16 @@ let ae_acct = data[$slct.account_id];
|
||||
|
||||
let lq__journal_obj_li = $derived(liveQuery(async () => {
|
||||
let results = await db_journals.journal
|
||||
.orderBy('tmp_sort_2')
|
||||
.where('person_id')
|
||||
.equals($ae_loc.person_id)
|
||||
.reverse()
|
||||
.toArray()
|
||||
.sortBy('tmp_sort_2')
|
||||
|
||||
// .orderBy('tmp_sort_2')
|
||||
// .reverse()
|
||||
// .toArray()
|
||||
|
||||
|
||||
// .sortBy('start_datetime')
|
||||
// () => db_journals.journals
|
||||
// .where('conference')
|
||||
|
||||
Reference in New Issue
Block a user