Merge branch 'bugfix/moleculename_encoding' into 'develop'

Added moleculename for encoding.

See merge request BPHV_MIPS/mvm_core_ui!684
This commit is contained in:
Pfeil, Scott Robert 2021-03-24 12:40:30 -04:00
commit 8066621201

View File

@ -14,7 +14,7 @@ public protocol MoleculeModelProtocol: ModelProtocol, AccessibilityModelProtocol
public extension MoleculeModelProtocol {
var moleculeName: String { Self.identifier }
var moleculeName: String { type(of: self).identifier }
static var categoryName: String { "\(MoleculeModelProtocol.self)" }