Load comments entity for app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -28,5 +28,7 @@ if ((@include_once __DIR__ . '/../vendor/autoload.php')===false) {
|
|||||||
$app = new \OCA\Deck\AppInfo\Application();
|
$app = new \OCA\Deck\AppInfo\Application();
|
||||||
$app->registerNavigationEntry();
|
$app->registerNavigationEntry();
|
||||||
$app->registerNotifications();
|
$app->registerNotifications();
|
||||||
|
$app->registerCommentsEntity();
|
||||||
|
|
||||||
|
/** Load activity style global so it is availabile in the activity app as well */
|
||||||
\OC_Util::addStyle('deck', 'activity');
|
\OC_Util::addStyle('deck', 'activity');
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>0.5.0-dev3</version>
|
<version>0.5.0-dev4</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
|
|||||||
Reference in New Issue
Block a user