sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[BUG] asset sub-subtype asset-asset-jsonmessage not parsed

Open JoernBerkefeld opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

html code stays in json

Expected Behavior

editing should be made easier. this type covers SMS and push notifications via mobile studio it seems.

easiest to recognize via item.availableViews[0] == "push" OR item.availableViews[0] == "sMS" OR item.availableViews[0] == "SMS" ==> need to apply toLower() before comparing

Steps To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Run '...'
  4. See error...

Version

4.3.0

Environment

  • OS:
  • Node:
  • npm:

Participation

  • [X] I am willing to submit a pull request for this issue.

Additional comments

No response

JoernBerkefeld avatar Feb 01 '23 17:02 JoernBerkefeld

moved to next minor release because it looks more like a feature. will take a deeper analysis of the underlying feature to understand what should be done with this type

JoernBerkefeld avatar Feb 01 '23 21:02 JoernBerkefeld