@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/* global __webpack_nonce__ __webpack_public_path__ OC t */
|
/* global __webpack_nonce__ __webpack_public_path__ OC t n */
|
||||||
__webpack_nonce__ = btoa(OC.requestToken); // eslint-disable-line no-native-reassign
|
__webpack_nonce__ = btoa(OC.requestToken); // eslint-disable-line no-native-reassign
|
||||||
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');
|
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,7 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
/* global OC */
|
||||||
import { Modal } from 'nextcloud-vue/dist/Components/Modal'
|
import { Modal } from 'nextcloud-vue/dist/Components/Modal'
|
||||||
import { Avatar } from 'nextcloud-vue/dist/Components/Avatar'
|
import { Avatar } from 'nextcloud-vue/dist/Components/Avatar'
|
||||||
import axios from 'nextcloud-axios'
|
import axios from 'nextcloud-axios'
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ class BoardService {
|
|||||||
private $userId;
|
private $userId;
|
||||||
private $activityManager;
|
private $activityManager;
|
||||||
private $changeHelper;
|
private $changeHelper;
|
||||||
private $resourceProvider;
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
BoardMapper $boardMapper,
|
BoardMapper $boardMapper,
|
||||||
|
|||||||
Reference in New Issue
Block a user