Skip to content

Commit

Permalink
fix: citizen info second back button and add audit log for delete
Browse files Browse the repository at this point in the history
faction

Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 10, 2024
1 parent e180ce7 commit 1b257c4
Show file tree
Hide file tree
Showing 15 changed files with 584 additions and 148 deletions.
2 changes: 1 addition & 1 deletion app/components/citizens/info/CitizenInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const isOpen = ref(false);
<UDashboardPanel v-if="user" v-model="isOpen" collapsible side="right" class="max-w-72 flex-1">
<UDashboardNavbar>
<template #right>
<UButton color="black" icon="i-mdi-arrow-back" to="/citizens">
<UButton color="black" icon="i-mdi-arrow-back" to="/citizens" class="md:hidden">
{{ $t('common.back') }}
</UButton>
Expand Down
7 changes: 7 additions & 0 deletions gen/go/proto/resources/common/cron/cron.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package cron

func (x *Cronjob) Merge(in *Cronjob) *Cronjob {
// TODO

return x
}
137 changes: 137 additions & 0 deletions gen/go/proto/resources/common/cron/cron.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 134 additions & 0 deletions gen/go/proto/resources/common/cron/cron.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b257c4

Please sign in to comment.