Page MenuHomePhabricator

Point Set plugin: point ids after deletion
Closed, InvalidPublic

Description

When deleting a point, the ids are not changed to be subsequent.

Example:

  • 0 (x/y/z)
  • 1 (x/y/z)
  • 2 (x/y/z)

delete point with id 1:

  • 0 (x/y/z)
  • 2 (x/y/z)

The ordering is fine, but we would expect that id 2 changes to id 1.