CheckListServices továbbfejlesztése
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<button type="button" id="saveCheckPoint" class="btn btn-primary">Mentés</button>
|
||||
<button type="button" class="btn btn-secondary" onclick="history.back()">Mégsem</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -98,7 +99,7 @@
|
||||
$('#tbCheckPointsEditPage').on('click', '.edit-btn', function ()
|
||||
{
|
||||
const row = table.row($(this).closest('tr')).data();
|
||||
window.location.href = `@Url.Page("./CheckListTemplateRowEditPage")?id=${row.id}`;
|
||||
window.location.href = `@Url.Page("/CheckListTemplate/CheckListTemplateRows/CheckListTemplateRowEditPage")?id=${row.id}`;
|
||||
});
|
||||
|
||||
$('#tbCheckPointsEditPage').on('click', '.delete-btn', function ()
|
||||
|
||||
Reference in New Issue
Block a user