Announcement

Collapse
No announcement yet.

Internal / external stream

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

  • Internal / external stream

    I saw last week in response from GET API that i can define in stream for other than case entity atribute "isInternal". Is there any chance to view lock icon like in case entity to define when i write something in stream which comment is internal and which is external?

  • #2
    This param is responsible: https://github.com/espocrm/espocrm/b.../Case.json#L68

    Comment


    • #3
      Can you indicate me where i can define this in custom directory to protect this change from update?

      Comment


      • #4
        custom/Espo/Custom/Resources/metadata/clientDefs/Case.json
        but the upgrade will contain this feature

        Comment


        • #5
          Can i set internal/public settings to INTERNAL by default ?

          Comment


          • #6
            Only with code modification (at least for now)
            client/src/views/stream/panel.js this.isInternalNoteMode

            Comment


            • #7
              Thanks! Is there any chance to change parametr isInternalNoteMode to TRUE in default? So if any user will comment on something, his comment will be prive/internal by default.

              Comment


              • #8
                try to do this in setup function

                Comment

                Working...
                X