Published checkbox is not in top sticky bar for commerce_product forms

Created on 4 July 2024, 5 months ago

Problem/Motivation

When adding commerce_product forms to a custom modules implementation of hook_gin_content_form_routes()
The product forms are shown with the content form layout, however the 'published' checkbox is not moved to the top sticky bar like it is for other content forms.

Steps to reproduce

Code I'm using:

function MYMODULE_gin_content_form_routes() {
  return [
    'entity.commerce_product.edit_form',
    'entity.commerce_product.add_form',
  ];
}

See screen shot for what is shown.

πŸ› Bug report
Status

Active

Version

3.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024