Commit 9221077
authored
[6.0] Fix default values for position and currency. (joomla#46433)
* Change default symbol value to an empty string
* Change default position parameter from 2 to 0
aligning the default position to the default of the params xml
* Modify plg_fields_number entry in base.sql
Updated the 'plg_fields_number' entry to include a 'symbol' property.
* Update plg_fields_number entry in base.sql
added missing symbol param1 parent 58b6461 commit 9221077
File tree
3 files changed
+4
-4
lines changed- installation/sql
- mysql
- postgresql
- plugins/fields/number/tmpl
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments