Sometimes in certain cases, we might need to make all fields of a model readonly in a particular state or a condition. This video discusses on how to do that without having to give conditions for each field in the model to be readonly. It’s done bypassing “turn_view_readonly” through context. Watch the full video to […]