Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e534d4

Browse files
v19.2.44 released
1 parent ba480c6 commit 0e534d4

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

‎Controllers/Button/CheckBoxController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ public ActionResult Checkbox()
1313
return View();
1414
}
1515
}
16-
1716
}

‎Controllers/Button/CheckBoxForController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ public class CheckboxModel
2828
[Range(typeof(bool), "true", "true", ErrorMessage = "You need to agree to the Terms and Conditions")]
2929
public bool check { get; set; }
3030
}
31-
3231
}

‎Controllers/Button/DropDownButtonController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ public ActionResult DropdownButton()
3535
ViewBag.datasource = items;
3636
return View();
3737
}
38-
3938
}
4039
}

‎Controllers/Diagram/BPMNEditorController.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ public ActionResult BPMNEditor()
2626
ViewBag.getSymbolNode = "getSymbolNodes";
2727
ViewBag.ContextMenuItems = GetContextMenuItems();
2828

29-
3029
return View();
31-
32-
3330
}
3431
public ContextMenuItem AddItems(string text, string id, string iconCss, string target, List<ContextMenuItem> content)
3532
{

‎EJ2MVCSampleBrowser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@
17831783
<Content Include="Content\gantt\images\face-mask.svg" />
17841784
<Content Include="Content\gantt\images\moments.svg" />
17851785
<Content Include="Content\gantt\images\oscar.svg" />
1786-
<Content Include="Content\grid\Insufficient.png" />
1786+
<Content Include="Content\grid\InSufficient.png" />
17871787
<Content Include="Content\grid\Map.png" />
17881788
<Content Include="Content\grid\Perfect.png" />
17891789
<Content Include="Content\grid\Sufficient.png" />

‎Views/Diagram/BPMNEditor.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@
578578
diagram.dataBind();
579579
}
580580
}
581+
581582
function contextMenuOpen(args) {
582583
var hiddenId = [];
583584
var diagram = document.getElementById("diagram").ej2_instances[0];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /