iam using workflow in my project, and i have created a new workflow called Status (Publish , Hide)
the author has to edit his own article, i did the following:
1- Edit the workflow and make the following:
author may do these transitions:
From To
(creation) → Hide
Publish → Hide
anonymous user may do these transitions:
None
authenticated user may do these transitions:
None
administrator may do these transitions:
From To
(creation) → Publish
Publish → Hide
Hide → Publish
Companies may do these transitions:
From To
(creation) → Hide
Publish → Hide
2- for the access control:
I permit all types of users to view all posts with publish state, and the administrator, Companies and author can edit and delete in all states.
and i have Rule Module, when state move from
create -> hide ==> Unpublished
create -> publish ==> Published
Hide -> Publish ==> Published
Publish -> Hide ==> Unpublished
but when the author open his own post, no edit link is appeared.
do you know what is the problem?
hope to get the answer as soon as possible, and thank you very much.
Ahmed - Palestine
Comments
Finally
Finally i found the problem,
the problem was in the Translation Access Module just inactive if it is activated .
that takes long time.
thank God, and thanx for who tried to solve the problem.