Skip to content

Server side configurable menu not shown #129

Description

@MorrisJobke
  • clicking on the logo doesn't reveal the server side menu
  • app: 2.17.00031 (nightly)

On the server I installed the external app and configured some menu entries (I used the cleanup branch by @nickvergessen nextcloud/external#1)

curl https://drake.weasel.rocks/ocs/v2.php/apps/external/api/v1 -u USER:PASSWORD
<?xml version="1.0"?>
<ocs>
 <meta>
  <status>ok</status>
  <statuscode>200</statuscode>
  <message>OK</message>
 </meta>
 <data>
  <element>
   <id>2</id>
   <name>Google</name>
   <url>https://google.com</url>
   <lang></lang>
   <icon>https://drake.weasel.rocks/apps/external/img/external.svg</icon>
  </element>
  <element>
   <id>3</id>
   <name>NYT</name>
   <url>https://newyorktimes.com</url>
   <lang>en</lang>
   <icon>https://drake.weasel.rocks/apps/external/img/external.svg</icon>
  </element>
 </data>
</ocs>

@marinofaggiana What else is needed?

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions