Skip to content

Commit

Permalink
OCMAKU-671 updated javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Jun 17, 2020
1 parent ae3fccb commit 7c44d23
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,19 @@ public String toString() {
}

/**
* Procurement Plan is exportable only if there is at least one approved/terminated tender process
* please read first OCMAKU-477 to understand why we need to export draft procurement plans.
* <p>
* the rule to determine if a procurement plan will be published is now the following (by "exportable"
* we mean terminated or approved):
* <p>
* if the procurement plan is exportable - it gets published
* if the procurement plan is draft AND it contains at least one exportable project which contains at least
* one tender process which is exportable
* <p>
* This has implications on the public portal pages, since draft submission of procurement plans is
* <p>
* procurement plans can be exported without file uploads
* procurement plans can be exported without approval dates
*
* @return
*/
Expand Down

0 comments on commit 7c44d23

Please sign in to comment.