Internal / external stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    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?
  • yuri
    Member
    • Mar 2014
    • 8493

    #2
    This param is responsible: https://github.com/espocrm/espocrm/b.../Case.json#L68
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

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

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

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

        Comment

        • emillod
          Active Community Member
          • Apr 2017
          • 1405

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

          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

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

            Comment

            • emillod
              Active Community Member
              • Apr 2017
              • 1405

              #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

              • tanya
                Senior Member
                • Jun 2014
                • 4308

                #8
                try to do this in setup function

                Comment

                Working...