Describe the bug
The new "Module JSON Changes" feature is getting triggered when using a module that still uses the entity field in their packs in v9. Core changes this field to type which make Dev Mode think it was changed.
To Reproduce
Steps to reproduce the behavior:
Install module using entity in packs on a v9 instance
See notification and console message describing a change
Expected behavior
I would expect Dev Mode to detect if this is the only change before alerting me. Otherwise, it could be beneficial to allow users to choose only certain modules which they care about changes to (perhaps keyed off of the author name).
Environment Details
Describe the bug The new "Module JSON Changes" feature is getting triggered when using a module that still uses the
entity
field in their packs in v9. Core changes this field totype
which make Dev Mode think it was changed.To Reproduce Steps to reproduce the behavior:
entity
in packs on a v9 instanceExpected behavior I would expect Dev Mode to detect if this is the only change before alerting me. Otherwise, it could be beneficial to allow users to choose only certain modules which they care about changes to (perhaps keyed off of the
author
name).Screenshots