We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OriginalKey
1 parent 05eb3e2 commit b516f5aCopy full SHA for b516f5a
1 file changed
Ignia.Topics/Topic.cs
@@ -158,7 +158,7 @@ public string Key {
158
set {
159
TopicFactory.ValidateKey(value);
160
if (_originalKey == null) {
161
- _originalKey = Attributes.GetValue("Key", false);
+ _originalKey = Attributes.GetValue("Key", _key, false, false);
162
}
163
//If an established key value is changed, the parent's index must be manually updated; this won't happen automatically.
164
if (_originalKey != null && !value.Equals(_key) && Parent != null) {
0 commit comments