Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047785
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[POS2] Coreminorhave not tried2021-09-30 14:442021-10-05 18:12
ReporterguilleaerView Statuspublic 
Assigned Tojarmendariz 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionTAP
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047785: JIRA-2356 - Allow to configure the debounce time for filters

DescriptionAllow to configure the debounce time for filters.

I think that this configuration should not be available from backoffice (it is something very internal) but allowed by code (overwriting value) (not common case)
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks feature request 0047784 closedjarmendariz JIRA-2356 - Allow to configure the debounce time for grid filters 

-  Notes
(0132169)
guilleaer (manager)
2021-10-05 14:07
edited on: 2021-10-05 14:07

https://gitlab.com/obcustomers/AGAP/org.openbravo.core2/-/merge_requests/59 [^]
https://gitlab.com/obcustomers/AGAP/org.openbravo.pos2/-/merge_requests/112 [^]
https://gitlab.com/obcustomers/AGAP/org.openbravo.retail.giftcards/-/merge_requests/10 [^]

(0132174)
AugustoMauch (manager)
2021-10-05 18:12

To overwrite the debounce time configuration:
- Create a JSON config file that contains the property with the updated value. I.e. to set a value of 1000 ms:

{
  "debounceTimeMillis": 1000
}

- In the ob-init.js of the customization module, import the JSON config file and use it to overwrite the configuration:
  Registry.overwriteConfiguration('OBC2_FilterBar', CustomFilterBarConfig);

- Issue History
Date Modified Username Field Change
2021-09-30 14:44 guilleaer Type feature request => backport
2021-09-30 14:44 guilleaer Target Version => TAP
2021-09-30 14:44 guilleaer Status scheduled => acknowledged
2021-09-30 14:45 guilleaer Summary Allow to configure the debounce time for filters => JIRA-2356 - Allow to configure the debounce time for filters
2021-10-04 09:22 guilleaer Status acknowledged => scheduled
2021-10-04 09:22 guilleaer Assigned To platform => jarmendariz
2021-10-05 14:07 guilleaer Note Added: 0132169
2021-10-05 14:07 guilleaer Note Edited: 0132169 View Revisions
2021-10-05 18:04 AugustoMauch Status scheduled => resolved
2021-10-05 18:04 AugustoMauch Resolution open => fixed
2021-10-05 18:04 AugustoMauch Status resolved => closed
2021-10-05 18:12 AugustoMauch Note Added: 0132174


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker