mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Modified users jtable to use id & fixed user deletion.
This commit is contained in:
parent
b16af25052
commit
083cb9429c
3 changed files with 41 additions and 25 deletions
|
@ -991,12 +991,15 @@ $(document).ready(function () {
|
|||
deleteConfirmation: 'This user will be deleted. Are you sure?'
|
||||
},
|
||||
fields: {
|
||||
id: {
|
||||
key: true,
|
||||
type: 'hidden'
|
||||
},
|
||||
emailaddress: {
|
||||
title: 'User',
|
||||
key: true,
|
||||
display: displayContent('emailaddress'),
|
||||
inputClass: 'emailaddress',
|
||||
create: true,
|
||||
edit: false,
|
||||
listClass: 'emailaddress'
|
||||
},
|
||||
password: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue