File tree Expand file tree Collapse file tree 5 files changed +6
-163
lines changed
Expand file tree Collapse file tree 5 files changed +6
-163
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ async function sync() {
5858
5959function logs() {
6060 console .log (' logs' )
61+ router .push (` /logs?filters[^concernedTo]=/${(props .identity as any )._id }/i&sort[metadata.lastUpdatedAt]=desc ` )
6162}
6263
6364function back() {
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ async function sync(identity: Identity) {
226226 form .value .sync ()
227227}
228228
229- function logs(identity : Identity ) {
230- console . log ( ' logs' )
229+ function logs(identity : Identity & { _id : string } ) {
230+ router . push ({ name: ' identities- logs' , query: { id: identity . _id } } )
231231}
232232
233233const actions = {
Original file line number Diff line number Diff line change 1+ <template lang="pug">
2+
3+ </template >
You can’t perform that action at this time.
0 commit comments