Skip to content

ContainerMenu action not showing #201

@skttl

Description

@skttl

I am upgrading an existing v13 site to v16 (UIBuilder version 16.0.3)

I have an action with this visibility setup:

    public override bool IsVisible(ActionVisibilityContext ctx)
    {
        return ctx.ActionType == ActionType.ContainerMenu
            || ctx.ActionType == ActionType.EntityMenu;
    }

But it's not showing.

v13
Image

v16
Image


This item has been added to our backlog AB#56642

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions