fix: refs #8304 add visibility condition for notes in WorkerCalendar
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
035a42a895
commit
ca01ceacde
|
@ -193,7 +193,7 @@ watch([year, businessFk], () => refreshData());
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</RightMenu>
|
</RightMenu>
|
||||||
<Teleport to="#st-data" v-if="stateStore.isSubToolbarShown()">
|
<Teleport to="#st-data" v-if="stateStore.isSubToolbarShown() && canSeeNotes">
|
||||||
<VnNotes
|
<VnNotes
|
||||||
:just-input="true"
|
:just-input="true"
|
||||||
:url="`Workers/${route.params.id}/business`"
|
:url="`Workers/${route.params.id}/business`"
|
||||||
|
|
Loading…
Reference in New Issue