This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user