mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Insert publishID from Store when set
This commit is contained in:
parent
eece84d007
commit
bc21f76848
@ -122,7 +122,7 @@
|
||||
</span>
|
||||
</b-alert>
|
||||
<b-row v-b-toggle:my-collapse class="text-muted shadow-sm p-3">
|
||||
<b-col>{{ $t('publisher.publisherId') }}</b-col>
|
||||
<b-col>{{ $t('publisher.publisherId') }} : {{ $store.state.publisherId }}</b-col>
|
||||
<b-col class="text-right">
|
||||
<b-icon icon="chevron-down" aria-hidden="true"></b-icon>
|
||||
</b-col>
|
||||
@ -134,7 +134,7 @@
|
||||
<b-input-group-prepend is-text>
|
||||
<b-icon icon="person-fill"></b-icon>
|
||||
</b-input-group-prepend>
|
||||
<b-form-input type="text" placeholder="User ID"></b-form-input>
|
||||
<b-form-input type="text" placeholder="User ID" v-model="$store.state.publisherId"></b-form-input>
|
||||
</b-input-group>
|
||||
<div
|
||||
v-b-toggle:my-collapse
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user