AAIT#65026 volgorde van tracking bij autorisatiegroepen kan dat worden omgedraaid?

svn path=/Website/trunk/; revision=49627
This commit is contained in:
Erik Groener
2021-02-01 14:55:00 +00:00
parent a7b17e0057
commit 54708b1ff3
2 changed files with 3 additions and 6 deletions

View File

@@ -32,8 +32,7 @@ function model_fac_audit()
"dbs": "fac_audit_key",
"label": L("lcl_key"),
"typ": "key",
"seq": "fac_s_fac_audit_key",
"orderby": " DESC" // eigenlijk altijd nieuwste bovenaan
"seq": "fac_s_fac_audit_key"
},
"table": {
"dbs": "fac_audit_tabelnaam",
@@ -112,7 +111,8 @@ function model_fac_audit()
"modal": true
};
this.REST_GET = generic_REST_GET(this);
var gparams = { "GET": { "orderbys": ["fac_audit_key DESC" ] }}; // eigenlijk altijd nieuwste bovenaan
this.REST_GET = generic_REST_GET(this, gparams);
//this.REST_POST = generic_REST_POST(this);
this.REST_PUT = generic_REST_PUT(this);
//this.REST_DELETE = generic_REST_DELETE(this);

View File

@@ -95,9 +95,6 @@ scf_params =
"new",
"person",
"description"
],
"orderby": [
"id" + (S("fac_audit_sort_descending")==0?" ASC":" DESC")
]
},
"edit": {