Actions
Feature proposal #5713
closedImplement checking field access before displaying its progress
Description
Currently if a field is set to track progress, but the user lost access to it it keeps the progress state stuck and unable to complete. This is mostly only going to happen in cases of CB Conditional or maybe CB Privacy blocking a fields access. Progress fields should check their access and simply be ignored if there's no access to that field.
https://www.joomlapolis.com/forum/153-professional-member-support/232479-progress-field-question
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Partially implemented. It'll be completed once CB Conditional static conditions properly remove a fields edit output. Note this won't work with ajax conditions as there's no way to know the field was conditioned through PHP.
Actions