mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
#19249: Fixing disabled rules when they are edited
Work Item: 19249 --HG-- branch : 1.x
This commit is contained in:
@@ -100,6 +100,9 @@
|
||||
@if (!Model.Enabled) {
|
||||
<button class="primaryAction" type="submit" name="submit.SaveAndEnable" value="submit.SaveAndEnable" >@T("Save and Enable")</button>
|
||||
}
|
||||
else {
|
||||
@Html.HiddenFor(m => m.Enabled)
|
||||
}
|
||||
</fieldset>
|
||||
|
||||
}
|
Reference in New Issue
Block a user