Announcement

Collapse
No announcement yet.

Disable quoteitem inlineeditdisabled

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Disable quoteitem inlineeditdisabled

    In quote entity -> quoteitems, there is "glyphicon glyphicon-pencil" for the inlineedit. Can I disable/remove only from that entity? If so, which file would I do it in, and how would I do it?

  • #2
    In the file <Esporoot>/client/modules/advanced/src/views/quote/record/panels/items.js add the line "inlineEditDisabled: true" (without quotes), in setup:function. This will disable the inline edit for quoteitem in the detail view of the quote module.

    Please let me know if this helps.

    Comment


    • #3
      Thank you so much. I got it work. I just needed to know which file to execute my code.

      Comment

      Working...
      X