I have a column called "Status" in my Project Request table. When I enter a new project, I patched this to inactive until the user finishes entering all the fields. Then, they can either save or submit. If they click save, its status stays inactive and is marked as draft. If they click submit, its status changes to active. Both inactive and active projects are viewable/editable on the browse project screen. What I want to do is if I edit an inactive project, the submit button should appear, but when I edit an active project, the submit button should not be visible. Do you know how I can accomplish this?
