phonetrack icon indicating copy to clipboard operation
phonetrack copied to clipboard

Problem with the menu link (nextcloud 29.0.0)

Open prolibre opened this issue 1 year ago • 0 comments

Under nextcloud 29 the menu link is missing (but there is the icon). I have to enter the url (...)/index.php/apps/phonetrack/ to go to the application.

Here is what I have in source code (firefox) and you can see that the link is missing (href="") !?

<li data-v-62f74e6b="" data-app-id="phonetrack" class="app-menu-entry">
<a data-v-62f74e6b="" href="" aria-label="Phonetrack" title="Phonetrack" class="">
<img data-v-62f74e6b="" src="/apps/phonetrack/img/app.svg" alt="">
 <div data-v-62f74e6b="" class="app-menu-entry--label">
Phonetrack
<!---->
</div>
</a>
</li>

I have the same problem with gpxpod (https://github.com/julien-nc/gpxpod/issues/46)

prolibre avatar May 12 '24 06:05 prolibre