Closed (fixed)
Project:
Points
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2017 at 17:45 UTC
Updated:
7 Mar 2024 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dravenkDone . thanks.
Comment #3
skyredwangNo. we cannot lock it, because the min, max, etc. settings are useful for site builders.
Comment #4
joshmillerSettings should be editable on locked fields. They're not. It's a bug.
#806102: Locked fields can change the widget but not settings
Comment #5
lawxen commentedWe can define a RouteSubscriber to delete the route of /admin/structure/point_type/default/edit/fields/point.default.points/delete
Comment #6
lawxen commentedAdd a custom access to route "entity.field_config.point_field_delete_form"
If the field name is points, then forbid it.
Comment #10
astonvictor commentedCreated and merged a new MR.
Removed an access to delete the point field.