Making WYSIWYG or TEXT field audited doesn't log changes in stream

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kpuc
    Member
    • Nov 2020
    • 40

    Making WYSIWYG or TEXT field audited doesn't log changes in stream

    The problem is that if you make WYSIWYG or TEXT as audited field all the changes are not being shown in the stream.

    Tested with the latest version on both demo.espocrm.com and local installation.

    Preview:

    Click image for larger version

Name:	image.png
Views:	239
Size:	98.7 KB
ID:	91215
    The desired functionality is that all the changes from these 2 type of fields should be logged in the stream?
  • yuri
    Member
    • Mar 2014
    • 8442

    #2
    Not a bug. Works as is was programmed to work.
    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

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #3
      Yes, not possible with description. I think there was a few thread talking about overwrite this.

      You have to use other type of field for audit. One other way is to use formula and copy it to a varchar field and have audit enable on that.

      Comment

      • rinorway
        Senior Member
        • Feb 2016
        • 179

        #4
        I would suggest to hide the audit flag alltogether for text and wysiwig fields then.
        Or create a custom workflow (if you have this available) to create a related note of type "Post" yourself

        Comment

        Working...