Skip to content
Snippets Groups Projects
Commit ec0db60f authored by gnaegi's avatar gnaegi
Browse files

Merge with a1c8e34feac721172840ef2df0c0435b93312c39

parents 2c8b72c0 a091339c
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ public class PublishStep01AccessForm extends StepFormBasicController {
for(Offer offer:offers) {
List<OfferAccess> offerAccess = acService.getOfferAccess(offer, true);
for(OfferAccess access:offerAccess) {
button_id++;
addConfiguration(access);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment