We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58daf2d commit 34c6d91Copy full SHA for 34c6d91
lib/Capabilities.php
@@ -27,9 +27,9 @@ public function getCapabilities() {
27
return [
28
'client_integration' => [
29
Application::APP_ID => [
30
+ 'version' => '0.1',
31
'context-menu' => [
32
[
- 'version' => '0.1',
33
'name' => $this->l10n->t('Visualize data in Analytics'),
34
'url' => '/ocs/v2.php/apps/analytics/createFromDataFile',
35
'method' => 'POST',
@@ -42,4 +42,4 @@ public function getCapabilities() {
42
],
43
];
44
}
45
-}
+}
0 commit comments