I don't quite understand how to finish the code.
The transition (fast-track) should handle if the comment is left by a non role"developers"
My code:
!isUserMemberOfRole('Developers')
how to add code about like: if there are user comments then = true..?
if (!isUserMemberOfRole('Developers')) {
return true }
else { return false }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.