keithkelly
2 years agoLeader
How To Change "Success! We moved this post to [Board TITLE]"
I've always found this message a bit wonky that it shows the board ID instead of the board title. Perhaps my mother was right about me having slight OCD tendencies...
It would be cleaner to say Say "...moved this post to Claims (int)" - esp on boards that have longer/wonker IDs.
so I dug around and found these puppies in Community Text Editor:
feedback.MoveMessageAction.succeed = Success! We moved this ${general.post} to ${arg:param.destBoard.displayId}.
feedback.MoveMessageAction.failed = Sorry, we couldn''t move this ${general.post} to ${arg:param.destBoard.displayId}.
feedback.MoveMessageAction.allsucceed = Success! We moved these ${general.posts} to ${arg:param.destBoard.displayId}.
feedback.MoveMessageAction.allfailed = Sorry, we couldn''t move these ${general.posts} to ${arg:param.destBoard.displayId}.
This bit perplexes me, and I couldn't find any documentation or forum topics on it:
${arg:param.destBoard.displayId}
Where's this argument passed from? Is there a displayTitle or Title attribute I can tap into? What fields are available from within destBoard?