Chris Knoll
Chris Knoll
Per some review on the 2/11 call, it seems that the EntityPermissionSchema code changes in the PR were bugfixes that shoudl be included, but I don't think we need a...
Definitely. While we're trying to close out PRs for 2.15 for this friday, if the work is mostly complete on this feature then we can fold it in.
I was going to add some commits to clean up the button behavior, but it's on a fork which I don't have perms on, and I don't want to fork-a-fork....
The main outstanding issue is that R-CMD-Check is not passing, so we can merge this in once the errors are cleared.
Is this a dupe of #2952?
The checkboxes are not read-only if the user has read-access. I'll push an update: 
As I was fixing the read-only state, I also ran into a comple of other issues: 1. computed() vs. pureComputed Found isAnnualPrevalenceSupported and isTemporalPrevalenceSupported set up as a computed(). It...
Looking further at this, the enable/disable behavior based on if there are temporal/annual features included in the design is flawed). Steps to reproduce: 1. Add a set of analyses where...
@oleg-odysseus : one confusion is the checkboxes, it's not clear which checkbox shows which data where. What I'm assuming is: "Include Prevalence Annual Distribution" will make each prevalence item clickable,...
Another bug I found, should be a quick fix but this is something I've seen before:  The error is because the text has a `'` in it and breaks...