|
@@ -1169,7 +1169,7 @@ function urlFetchPracownicy(page) {
|
|
|
filterFields = (filterFields.length > 0) ? '&' + filterFields : ''
|
|
|
|
|
|
var paginationLimit = 20;
|
|
|
- p5WFS_GetFeature('default_db__x3A__BI_audit_ENERGA_PRACOWNICY:BI_audit_ENERGA_PRACOWNICY',
|
|
|
+ /*p5WFS_GetFeature('default_db__x3A__BI_audit_ENERGA_PRACOWNICY:BI_audit_ENERGA_PRACOWNICY',
|
|
|
Object.assign({
|
|
|
sortBy: 'ID+D',
|
|
|
maxFeatures: paginationLimit,
|
|
@@ -1201,7 +1201,7 @@ function urlFetchPracownicy(page) {
|
|
|
if(DBG)console.log('p5WFS_GetFeature: items: ', items);
|
|
|
}).catch(function (err) {
|
|
|
if(DBG)console.log('p5WFS_GetFeature: err: ', err);
|
|
|
- })
|
|
|
+ })*/
|
|
|
|
|
|
fetch(URL_FETCH_PRACOWNICY + '&page=' + page + '&filterIdGroup=' + filterIdGroup + filterFields, {
|
|
|
credentials: 'same-origin'
|
|
@@ -2004,7 +2004,7 @@ var Pagination = {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-function todo__fetchRaport(id) {
|
|
|
+/*function todo__fetchRaport(id) {
|
|
|
p5WFS_GetFeature('default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA', {
|
|
|
primaryKey: id,
|
|
|
resolve: 'all',
|
|
@@ -2015,7 +2015,7 @@ function todo__fetchRaport(id) {
|
|
|
console.warn(e)
|
|
|
p5UI__notifyAjaxCallback({ type: 'error', msg: e })
|
|
|
})
|
|
|
-}
|
|
|
+}*/
|
|
|
|
|
|
function removeFiltersPracownicy(event, btnNode) {
|
|
|
event.preventDefault()
|