Skip to content

Editing a field should notify FieldModifiedEvent #96

@cdw9

Description

@cdw9

https://github.com/plone/plone.schemaeditor/blob/master/plone/schemaeditor/browser/field/edit.py#L175

Currently editing a field notifies the SchemaModifiedEvent. But this doesn't pass the field information to a subscriber.

notify(FieldModifiedEvent(self.context.__parent__, self.field)) should be used here instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions