jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

JMX console screen shows button "Change value" for read-only properties #644

Closed imorenov94 closed 3 years ago

imorenov94 commented 3 years ago

Environment: Jmix version: 1.1.0-SNAPSHOT Jmix Studio plugin version: 1.1.SNAPSHOT3455-211 IntelliJ version: IntelliJ IDEA 2021.2.1 (Ultimate Edition)

Steps:

  1. Create a new project
  2. Add email add-on
  3. Run the application
  4. Navigate to JMX console and find out and enter to emailer MBean
  5. Invoke context menu for any property of emailer MBean ER: For read-only properties shouldn't be show button 'Change Value' AR: image

QA

Edit action should be disabled when Mbean property has a read access.