Disable quoteitem inlineeditdisabled

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elbowprogrammer
    Member
    • Jan 2016
    • 58

    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?
  • rkaranth
    Junior Member
    • Feb 2016
    • 22

    #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

    • elbowprogrammer
      Member
      • Jan 2016
      • 58

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

      Comment

      Working...