Tomasz Chiliński

Results 170 comments of Tomasz Chiliński

> ... and export to csv in mbank-cli still works so far ;-) Probably they allow to use two history export mechanism for now, because it looks like it has...

History export conversation looks like below: 1. Send request to https://online.mbank.pl/pl/Pfm/HistoryApi/GetHostInitialData. 2. We get the following reply: ```json {"hostProducts":[{"id":"","contractNumber":"38114020040000380231502494","name":"mBiznes konto","productName":"mBiznes konto","subTitle":"","isSelected":false,"isInPfm":false,"isInHost":true,"contractCurrency":"PLN","contractAlias":"cZU0orqAq8WOzfK+hkvdUdKSYENb5p5N8TCjxILNMEYCcFGyVTJHU08KPT8ty1JtOnFamKb1kReoA0cptx7TlA==","productType":null},{"id":"","contractNumber":"43114020040000370300261970","name":"mBiznes Konto VAT","productName":"mBiznes Konto VAT","subTitle":"","isSelected":false,"isInPfm":false,"isInHost":true,"contractCurrency":"PLN","contractAlias":"E+kpebx0y7lOgMuTspLIWbnSFjHK0c6/rv9ewWlbC9Fn8k1qv2okyStPrW8CyFeUYvmKZgvjPKaNTakxbo3fsw==","productType":null},{"id":"","contractNumber":"82114020040000330231502529","name":"mBiznes max","productName":"mBiznes max","subTitle":"","isSelected":false,"isInPfm":false,"isInHost":true,"contractCurrency":"PLN","contractAlias":"oyVCsGnztUxVwgS6J1lXGNpUUwELeRCYgvdveS5xPm/ORV5nysJ5ytvspaOKL/tKBdUGxfSqVmsdt5V6PkxdCQ==","productType":null}],"hostTransactionTypes":[{"value":"ALL000000","label":"Wszystkie","isSelected":false,"subtypes":[]},{"value":"ABO000000","label":"Uznania rachunku","isSelected":false,"subtypes":[]},{"value":"CAR000000","label":"Obciążenia rachunku","isSelected":false,"subtypes":[]},{"value":"TRI111000","label":"Przelewy przychodzące","isSelected":false,"subtypes":[]},{"value":"TRO111000","label":"Przelewy...

Wow - thanks a lot for great job! ;-) For me `history2019' works as should!

Thanks to this modification it's much easier to create form elements which are submited to server.

Some new commits which are described in messages.

As workaround now I use the following code snippet: ```js $('#submit-button').click(function(e) { var combobox = $('[name="config[section]"]').closest('.scombobox') var section = combobox.scombobox('val'); $('').insertAfter(combobox); $('form[name="config"]').submit(); }); ``` but it's not elegant and requires...

My temporary workaround has evolved to: ```js $('.scombobox').scombobox('change', function (e) { var scomboboxelem = $(this).closest('.scombobox'); var name = scomboboxelem.find('select').attr('name'); $(this).attr('name', name); }, 'lms-ui'); ```

To już było i nadal jest - w przypadku jakichkolwiek błędów wyświetla się alert z errorem.

Dlaczego filtr nazywa się "Główne technologie" podczas, gdy on po prostu wybiera technologie, które mają być brane pod uwagę dla istniejących dostępów?