зеркало из https://github.com/nextcloud/spreed.git
mv to views/FlowPostToConversation.vue
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Родитель
a0dd6ef8bc
Коммит
8815635adc
|
@ -1,8 +1,8 @@
|
|||
import PostToConversation from './PostToConversation'
|
||||
import FlowPostToConversation from './views/FlowPostToConversation'
|
||||
|
||||
window.OCA.WorkflowEngine.registerOperator({
|
||||
id: 'OCA\\Talk\\Flow\\Operation',
|
||||
color: 'tomato',
|
||||
operation: '',
|
||||
options: PostToConversation,
|
||||
options: FlowPostToConversation,
|
||||
})
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
<script>
|
||||
import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
|
||||
import axios from '@nextcloud/axios'
|
||||
import { FLOW, CONVERSATION } from './constants'
|
||||
import { FLOW, CONVERSATION } from '../constants'
|
||||
|
||||
export default {
|
||||
name: 'PostToConversation',
|
||||
name: 'FlowPostToConversation',
|
||||
components: { Multiselect },
|
||||
props: {
|
||||
value: {
|
Загрузка…
Ссылка в новой задаче