marct83
marct83
I upgraded to v13.4.0 from 12.1.1 and I'm now seeing this error: ```./apps/toolbox/src/styles.less.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[7].rules[1].use[0]!./apps/toolbox/src/styles.less - Error: Module build failed (from ./node_modules/less-loader/dist/cjs.js): .fade-motion(fade, antFade); ^ Variable @ant-prefix is undefined Error in /home/tremm1/code/codebase/frontend/angular/toolbox/node_modules/ng-zorro-antd/style/core/motion/fade.less...
Timezone is set correctly in the UI and date on the server shows: date Thu Feb 15 17:20:07 UTC 2018
Yes start and end are the same date. Unsure if Postgres has anything to do with this.
Ya I just tested and that is what it is doing.
I will test it in a dev mysqllite db with everything setup the same and report back.
We are in the America/Regina Timezone. We pointed it to Mysqllite database and it works fine. We changed it back to Postgres and its back to not working. Also tried...
Date Format: YYYY-MM-DD
We tried this: var days_filter = { $between : [ new_leave_attributes.from_date, moment.utc(new_leave_attributes.to_date) .endOf('day').format('YYYY-MM-DD'), ], }; It seems to have fixed it. Also tested it with multiple scenarios and it seems...
Thanks for this. Works perfectly!
Nothing overly interesting. Can you take a look? Logs Executing (default): SELECT "sid", "expires", "data", "createdAt", "updatedAt" FROM "Sessions" AS "Session" WHERE "Session"."sid" = 'LblFyUI797S6rB5KVIBhwDfPkZ9TMA-o'; GET /users/edit/5/absences/ 302 110.231 ms...