Skip to content

Remove deprecated state properties from license management's store

What does this MR do and why?

This removes the following properties from license management's store:

  • isDeleting
  • isSaving
  • loadManagedLicensesError

Based on some searches (see issue), it appeared that those properties were being mutated but never actually used anywhere. It is therefore safe to remove them altogether to remove some of the maintenance burden.

licenses

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #207443 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports