This commit is contained in:
2021-04-06 21:51:22 +00:00
parent 4afb02c8cd
commit 4e492686a6
5 changed files with 92 additions and 79 deletions

View File

@@ -55,23 +55,12 @@
<v-list-item-action> </v-list-item-action>
</template>
</v-autocomplete>
<div>
allstates:
{{ value.states }}
</div>
<div>currentstate:{{ pvm.currentState }}</div>
</div>
</template>
<!--
Display as drop down box set to last status entered, user selects new status and it appends a new record to the wostate collection
and shows dirty and as new state.
Also a button to show more info which pops up a dialog showing the entire state history in a data table
TODO: POC for now don't worry about rights to unset / set certain states, just hook it up for testing
todo: it must be clear to user why they can not change if they have too low a role to change, perhaps text under state instead of selector box that says "Only select roles can change this state"
todo: view state history
todo: view state historya button to show more info which pops up a dialog showing the entire state history in a data table
-->
</div>
</template>