Hide Basic/Advanced Search - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Hide Basic/Advanced Search (/showthread.php?tid=350) Pages:
1
2
|
RE: Hide Basic/Advanced Search - rslemer - 08-29-2016 Joe When i try hide/showed advanced search Modules tasks and documents always not comply with global variables for that ... This is a limitation for this modules? RE: Hide Basic/Advanced Search - joebordes - 08-29-2016 These modules are special. Calendar is special in all senses and Documents is special on the list view because it shows the folders. I just uploaded some changes that should fix the issue. Give it a try and let me know how it goes. RE: Hide Basic/Advanced Search - rslemer - 08-29-2016 thru corebos-updater? I tried load e apply all, but not download any new code, for me ... RE: Hide Basic/Advanced Search - joebordes - 08-30-2016 corebos updater does not download any code, that is work for git with git you update your code, then corebos updater looks at the changes that came from git and updates your database there are three steps to updating your code 1.- update code: git pull and fix conflicts if they exist 2.- coreBOS updater: load changes 3.- coreBOS updater: apply all (if you really want them all, which is usually the case) RE: Hide Basic/Advanced Search - rslemer - 12-05-2017 This functionality appears not working in new version RE: Hide Basic/Advanced Search - joebordes - 12-05-2017 Fixed here: https://github.com/tsolucio/corebos/commit/7dee90bec75e992e4bd4f8392079c34a9a14c88b thanks!! |