Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14347472
D16889.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
816 B
Referenced Files
None
Subscribers
None
D16889.diff
View Options
diff --git a/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php b/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php
--- a/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php
+++ b/src/applications/transactions/storage/PhabricatorEditEngineConfiguration.php
@@ -158,11 +158,11 @@
// If we don't have an explicit value, don't make any adjustments.
break;
}
- }
- // If the field isn't lockable, remove any lock we applied.
- if (!$field->getIsLockable()) {
- $field->setIsLocked(false);
+ // If the field isn't lockable, remove any lock we applied.
+ if (!$field->getIsLockable()) {
+ $field->setIsLocked(false);
+ }
}
$fields = $this->reorderFields($fields);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 3:02 AM (19 h, 47 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6909306
Default Alt Text
D16889.diff (816 B)
Attached To
Mode
D16889: Fix an EditEngine issue with unlocking fields which can't be locked
Attached
Detach File
Event Timeline
Log In to Comment