Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to disable 'View DRD' button via config #349

Open
philippfromme opened this issue Apr 23, 2018 · 3 comments
Open

Be able to disable 'View DRD' button via config #349

philippfromme opened this issue Apr 23, 2018 · 3 comments
Labels
backlog Queued in backlog enhancement New feature or request good first issue Good for newcomers hacktoberfest spring cleaning Could be cleaned up one day

Comments

@philippfromme
Copy link
Contributor

philippfromme commented Apr 23, 2018

Is your feature request related to a problem? Please describe.

The "View DRD" button is present on the top of each decision table in the multi-editor.

Bildschirmfoto 2020-09-23 um 13 06 25

Describe the solution you'd like

It should be possible to disable it via config.

Example:

new DmnJS({
  modules: [],
  drd: {
    drillDown: {
      enabled: true
    }
  },
  decisionTable: {
    showDrd: {
      enabled: false
    }
  },
  literalExpression: {
    showDrd: {
      enabled: false
    }
  }
})

Additional context

ViewDRD Component

@philippfromme philippfromme added the backlog Queued in backlog label Apr 23, 2018
@nikku nikku added the enhancement New feature or request label Jun 12, 2018
@nikku nikku added the spring cleaning Could be cleaned up one day label Feb 26, 2020
@pinussilvestrus pinussilvestrus changed the title Be able to disable 'Show DRD' button via config Be able to disable 'View DRD' button via config Sep 23, 2020
@SaravgiYash
Copy link

Hi, @pinussilvestrus I would like to work on this issue. Can you please elaborate on what changes do I need to make and in which files?

@philippfromme
Copy link
Contributor Author

All the required information can be found in this issue.

@bpmn-io-tasks bpmn-io-tasks bot removed the backlog Queued in backlog label Oct 3, 2020
@pinussilvestrus pinussilvestrus added the needs review Review pending label Oct 3, 2020 — with bpmn-io-tasks
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Oct 22, 2020
@pinussilvestrus pinussilvestrus added the backlog Queued in backlog label Nov 3, 2020
@nikku nikku added good first issue Good for newcomers and removed easy labels Dec 8, 2020
@ShaikhAman01
Copy link

Can I work on this @philippfromme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request good first issue Good for newcomers hacktoberfest spring cleaning Could be cleaned up one day
Projects
None yet
5 participants