Skip to content

Commit 3ad1dd3

Browse files
committed
chore(docs/decisions-log.md): correct issue address
Correction for 7ad9303 commit. [skip ci]
1 parent 7ad9303 commit 3ad1dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/decisions-log.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
| 06.01.2017 Workaround | [php-coder/mystamps#434](https://github.com/php-coder/mystamps/issues/434) I was needed to render categories with its subcategories. Database returns data in a form (sub category name + category name or null). It turns out that it's impossible to render this data with **Thymeleaf** as a `<select>` with `<optgroup>` elements. I had to do data transformation inside of a service method. Commits: [b7fe1dac](https://github.com/php-coder/mystamps/commit/b7fe1dac7a7f0bc09e9e153a8408687fd899c79f) Example: https://gist.github.com/php-coder/d3020e4d8d00b8c5befe755c46f06f1b |
3434
| 28.09.2016 Workaround | Because **Travis CI** has **MySQL** version 5.5.53 (that is less than 5.6.5 but the latest for Ubuntu 12.04), we couldn't create a column with `NOW()` as a default value. We did the same in 3 steps to support this old version. Commits: [d55cd6cc](https://github.com/php-coder/mystamps/commit/d55cd6cc0842bc938c5c30f9aaaf78697ba84f45), [566d72f0](https://github.com/php-coder/mystamps/commit/566d72f053d785afb58234a6c7d69510a35bb7c4) |
3535
| 30.01.2016 Workaround | **html5validator** complained about `An "img" element must have an "alt" attribute`. I've suppressed this error until [php-coder/mystamps#314](https://github.com/php-coder/mystamps/issues/314) is fixed. Commits: [ec40a6ad](https://github.com/php-coder/mystamps/commit/ec40a6ad431b77c922195bd3225a4963416cea43) |
36-
| ~~14.08.2015 Workaround~~ | ~~When I added a dependency on **selectize.js** library, I found that it doesn't contain a minified version of the one of its resources (`selectize.bootstrap3.css`). While this doesn't affect production as we use CDN there, I have created an issue in the webjars repository anyway. Issue: https://github.com/webjars/selectize.js/issues/3 Commits: [3708eac0](https://github.com/php-coder/mystamps/commit/3708eac0c7f8554b0b26005567d22e5128cbc937)~~<br/>UPDATE(03.09.2015): because WebJar's author said that it's the issue with selectize.js, I have submitted request there: https://github.com/selectize/selectize.js/issues/899<br/>UPDATE(15.06.2022): in [b4412611](https://github.com/php-coder/mystamps/commit/b44126116239fcb905fa3cf362a9eb7b29084df7) ([#1522](https://github.com/php-coder/mystamps/issues/1522)) the library has been updated to 0.13.x version that contains minified CSS file |
36+
| ~~14.08.2015 Workaround~~ | ~~When I added a dependency on **selectize.js** library, I found that it doesn't contain a minified version of the one of its resources (`selectize.bootstrap3.css`). While this doesn't affect production as we use CDN there, I have created an issue in the webjars repository anyway. Issue: https://github.com/webjars/selectize.js/issues/3 Commits: [3708eac0](https://github.com/php-coder/mystamps/commit/3708eac0c7f8554b0b26005567d22e5128cbc937)~~<br/>UPDATE(03.09.2015): because WebJar's author said that it's the issue with selectize.js, I have submitted request there: https://github.com/selectize/selectize.js/issues/899<br/>UPDATE(15.06.2022): in [b4412611](https://github.com/php-coder/mystamps/commit/b44126116239fcb905fa3cf362a9eb7b29084df7) ([#1520](https://github.com/php-coder/mystamps/issues/1520)) the library has been updated to 0.13.x version that contains minified CSS file |

0 commit comments

Comments
 (0)