Tracker plugin does not set default value (e.g. when modifying or prefilled), with patch
- Status
- Closed
- Subject
- Tracker plugin does not set default value (e.g. when modifying or prefilled), with patch
- Version
- 5.x
- Category
- Consistency
- Usability
- Feature request
- Less than 30-minutes fix
- Patch
- Feature
- Trackers
- Resolution status
- Fixed or Solved
- Submitted by
- Ushindi Gedeon
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
- Any dynamic list or other drop-down list will not get its default value, when modifying the item, or when it gets prefilled (or when autosave value is available).
- Solution
This is my suggestion
add this to wikiplugin_tracker.php, line ~850, to the end of theCopy to clipboardif (!empty($f['value'])) { // if it has an original or a suggested value, then set it as default value $flds['data'][$i]['defaultvalue'] = $f['value']; }- Workaround
- Importance
- 7
- Easy to solve?
- 8
- Priority
- 56
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 3112
- Created
- Tuesday 13 April, 2010 22:43:59 UTC
by Gergely - LastModif
- Tuesday 02 June, 2026 08:24:53 UTC