Page/Layout with Inactive buttons?

Hi,

I have some problems during pages steps made with Buttons that are not active view state (visible) using actions (→go to tab). What happens? thanks

Your description is unclear as of right now. It seems like you would need to provide more information in order to get a good answer.

  1. Do you have screenshots?
  2. What is the expected behaviour?
  3. What is happening now?
  1. No screen shot : bug on android to submit images
  2. What : button with only one action go to tab
  3. The button is not actif, gray. I cant push it. No others actions. The button is one simple page not inside a component. The action go to tab is not activating the button, others actions like add row or others interactions activating the button. Go to tab not.

Button style basic, width wide,accent on or off,labels show, show when dissable :true

Action: title, icon. GO TO TAB, tabname MyNextPage

Ah then probably you need to check if the selected tab in Go to tab is available/visible for the logged-in user. Usually if the button doesn’t work it’s due to the action not being available. In your case, the tab that it wants to go to is probably not available. Double check that.