Page MenuHomePhabricator

Math node updates rendering when ID field is typed into
Closed, ResolvedPublic1 Estimated Story Points

Description

The id attribute doesn't affect the rendering at all, so there's no need to update the rendering.

GeneratedContentNodes call #storeGeneratedContents which calls #getHashObject (inherited from ve.dm.Model), which calls its static namesake. This can be overriden to exclude the ID attribute.