Hello
i read your message more carefully
About Problem 1
It is not that it is a bug
what you suggest for number 1 is not implemented,
- I mean our workflow notifications
are currently only designed for editors / reviewers / administrators
but i understand what you are saying the owner of the items needs to receive information
- so i will --new-- configuration for notifications specific to the "owners" of the items
About Problem 2
what exactly are you doing with the item state
how do you change it ?
with the state selector or via loading the item form and saving it ?
also i do not understand what you mean with the message, the new state in the message is wrong ? it shows the old state ?
Code:
I have done more tests. Let me explain my situation again.
I have a field "account_via_submit". When a user submit an item, he's assign to the "Guest" group.
In FLEXIcontent -> Configuration -> Workflow -> Notifications, under New Content: PENDING PUBLICATION (from authors that cannot publish), I have added the Guest group. I then fill the form and the guess user receives a notification that his new item has been submitted.
First problem, all the users that are in the Guess group receives the notification. How can I only get the submitter to receive the notification?
Under "Updated Content: NOT NEEDING VERSION APPROVAL (author can publish)", I have entered the "Guess" group. As an admin, if I go to the backend and change the state frome pending to published, the Guess group receives the following notification:
Subject: Existing content updated by the.admin (username: the.admin): No version review needed (editor can approve new versions)
Content:
Content State: [ unchanged ] :
Pending Approval :: Unpublished
Problem two: Folowing the change by the admin from pending to published, shouldn't the notification say:
Content State: [ changed ] :
Pending Approval :: Published
since that's what it is in the backend? And again, how can I only get the submitter to receive the notification?
Thanks again, I think I'm getting pretty close now.