mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Fix Records (#9802)
This commit is contained in:
6
html/changelogs/geeves-fix_records.yml
Normal file
6
html/changelogs/geeves-fix_records.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "It is now possible to create new records in authorized record programs again."
|
||||
@@ -4,7 +4,7 @@
|
||||
<div v-for="record in filtered" :key="record.id">
|
||||
<vui-button :params="{ setactive: record.id }" @click="state.activeview = state.defaultview" push-state>{{ record.id }}: {{ record.name }} ({{ record.rank }})</vui-button>
|
||||
</div>
|
||||
<vui-button v-if="(editable & 1) > 0" :params="{ newrecord: 1 }" @click="state.activeview = state.defaultview" push-state>New record</vui-button>
|
||||
<vui-button :v-if="(editable & 1) > 0" :params="{ newrecord: 1 }" @click="state.activeview = state.defaultview" push-state>New record</vui-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user