There is an issue while saving a post that comes to the POST endpoint in the PostController. The saveFromUser method in the PostServiceImpl class doesn't work properly. Having saved a post into DB it should call the updateDirectionsHasPostsStatus method from the directionService in order to update the column "has_posts" int the "directions" DB table yet it doesn't at the moment.
Task description
There is an issue while saving a post that comes to the POST endpoint in the PostController. The saveFromUser method in the PostServiceImpl class doesn't work properly. Having saved a post into DB it should call the updateDirectionsHasPostsStatus method from the directionService in order to update the column "has_posts" int the "directions" DB table yet it doesn't at the moment.
Reproducible: always
To do
[Estimating]