Fixes apple bug and reorganizes how we handle comment input
Cleans up unused code
Standardizes and fixes flag system
Fixes T196
Details
Details
- Reviewers
Info-Screen CLOVIS - Maniphest Tasks
- T196: Seriously fix the apple bug
- Commits
- rWCL531ef845d8f4: Apple Fix, clean up, and flagging fix
Try to emulate on crossbrowsertesting or browserstack, it works
Test flagging
Diff Detail
Diff Detail
- Repository
- rWCL Web Client
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/app/_dialogs/picture.dialog.component.ts | ||
---|---|---|
82 | why this? |
src/app/_dialogs/picture.dialog.component.ts | ||
---|---|---|
82 | we depended on the post id for the name, now using a randomly created file name to kill the dependency |
src/app/_dialogs/picture.dialog.component.ts | ||
---|---|---|
82 | why not a static name, instead of some 'random' calculation. |