Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carry over editing settings/capabilities from Feature Service (and View) template #34

Closed
MikeTschudi opened this issue Jun 6, 2019 · 3 comments

Comments

@MikeTschudi
Copy link
Member

@chris-fox:

In the Manage Right of Way Activities solution there are several views that have different editor settings depending on the use case/user who would work with them. Some are intended for the public and should have editing disabled, some are internal and should allow users to add records, and some may have full editing permission. We need to carry these settings over when the solution is deployed.

@chris-fox
Copy link
Collaborator

@jmhauck can confirm if this was included in his feature service work

@jmhauck
Copy link
Collaborator

jmhauck commented Jun 10, 2019

@chris-fox yes...for example with this solution we have the source feature service:

ROWPermits

  • ROW Permits
    Source and deployed have: "capabilities" : "Create,Query,Update,Editing,Extract"
  • ROW Permit Comment
    Source and deployed have: "capabilities" : "Create,Query,Update,Editing,Extract"

The views:

ROWPermits_manager

  • ROW Permits
    Source and deployed have: "capabilities" : "Create,Delete,Query,Update,Editing"
  • ROW Permit Comment
    Source and deployed have: "capabilities" : "Create,Delete,Query,Update,Editing"

ROWPermits_publiccomment

  • ROW Permits
    Source and deployed have: "capabilities" : "Create,Query,Editing"
  • ROW Permit Comment
    Source and deployed have: "capabilities" : "Create,Query,Editing"

ROWPermits_dashboard

  • ROW Permits
    Source and deployed have: "capabilities" : "Query"
  • ROW Permit Comment
    Source and deployed have: "capabilities" : "Query"

ROWPermits_review

  • ROW Permits
    Source and deployed have: "capabilities" : "Create,Query,Editing"
  • ROW Permit Comment
    Source and deployed have: "capabilities" : "Create,Query,Editing"

ROWPermits_locator

  • ROW Permits
    Source and deployed have: "capabilities" : "Query"
  • ROW Permit Comment
    Source and deployed have: "capabilities" : "Query"

@jmhauck jmhauck closed this as completed Jun 17, 2019
@chris-fox
Copy link
Collaborator

Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants