[All Adaptavist Apps]

Page tree

In a custom "Edit" menu we've done, there are two items "Import a word doc" and "Administration -> advanced" that are showing up for anonymous users. All the other edit operations for which anonymous has no permissions are hidden as expected, just these two show up. Any ideas why?

The menuitems are:

Unknown macro: {compound-menuitem}
Unknown macro: {compound-menuitem}
  • No labels

2 Comments

  1. Unknown User (mikelcu)

    yeek, the macros got parsed in the original post. How bout this:

    {compound-menuitem:advanced|icon=server_document|caption=Advanced}
    {compound-menuitem:docimport|icon=word|caption=Import Word Doc...}
    
  2. Unknown User (mikelcu)

    These same two items show up when I use

    {editmenu}

    as well (our global edit menu is customized as well).

    -M