Skip to content

Commit

Permalink
self-xdsd#258 Improvements for table pagination, search input and fil…
Browse files Browse the repository at this point in the history
…ters.

- fixed bug where invoices table searching was disabled, thus making search builder plugin to not work.
  • Loading branch information
criske committed Jan 12, 2021
1 parent 757adc2 commit 9b6909c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/public/js/getAndAddContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
* but this a good practice since "$" is not "reserved" to jQuery.
* Now "$" is just a function argument name and not the jQuery
* alias anymore. It could named "foo" fo ex, thus making a call like foo("#contracts") valid.
* @todo #253:60min On frontend, in Contracts tab, after adding a new contract, we should add the new
* contract to contract table, instead of updating table by re-fetching all contracts again.
* Same logic should be applied to "markContractForRemove" and "restoreContract".
* @todo #258:60min Investigate why `date` filtering using `Search builder` plugin is not
* working on column `created` of table `invoices` (`#invoicesTable`).
*/
var projectContractsCount = -1;
(function getAndAddContracts($, contractsService, usersService, confirmDialog){
Expand Down

0 comments on commit 9b6909c

Please sign in to comment.