Main Page: Difference between revisions
Jump to navigation
Jump to search
(→Bugs) |
No edit summary Tag: 2017 source edit |
||
Line 54: | Line 54: | ||
== Bugs == | == Bugs == | ||
{| class="wikitable" style="width: 100%; max-width: 1600px" | |||
|+ v1.0.8 | |||
! style="width:50%" | Bug | |||
! Comment | |||
|- | |||
| Anonymous users can edit data in popup forms although <code>$wgGroupPermissions['*'][“visualdata-caneditdata”] = false;</code> is set in LocalSettings.php | |||
| <span style="color:red">Critical</span> | |||
|- | |||
| VE (VEForAll) does not load in inactive form tabs | |||
| | |||
|- | |||
| Triggers for conditional field only work with one field, if more than one field depends on same condition only the last one works correctly | |||
| | |||
|} | |||
{| class="wikitable" style="width: 100%; max-width: 1600px" | {| class="wikitable" style="width: 100%; max-width: 1600px" | ||
Line 75: | Line 90: | ||
| | | | ||
|- | |- | ||
| mw.widgets.UsersMultiselectWidget throws an error | | <s>mw.widgets.UsersMultiselectWidget throws an error</s> | ||
| | | Fixed with v1.0.8 | ||
|- | |- | ||
|Triggers for conditional field do not work reliably, especially with OO.ui.ToggleSwitchWidget | |Triggers for conditional field do not work reliably, especially with OO.ui.ToggleSwitchWidget |
Revision as of 07:53, 21 May 2024
Feature examples[edit | edit source]
- Hierarchical form tree
- Preload data with nested and multiple values
- Result format Count
- Pre-select form tab (if multiple schemas)
- Result format json-raw
- Extension:UniquePageTitle
Feature requests[edit | edit source]
Feature | Comment |
---|---|
5901 '5902' (Extension:IDProvider) |
Similar to <unique number> in PageForms (see here). Solved with Extension:UniquePageTitle |
Sorting function for multiple fields | |
Image preview on file upload | Theoretically already provided in the code, see /resources/VisualDataForms.js |
Works in newer versions of VisualData - Custom code adjustment for handling nested and multiple values - should be committed to VisualData | |
For long pages: Scroll back to the previous page position after saving popup forms | |
Internationalization for values in select and dropdown lists | Possibly via switch statement, see: https://www.mediawiki.org/wiki/Extension:VisualData/Queries_in_forms |
Display label instead of schema name in tabs in forms | |
Add sub-items and fields in forms based on queries | |
Ability to open forms from the content block of another form (form button is currently not rendered) | |
Ability to show conditonal fields/form elements depending on VisualData queries |
Bugs[edit | edit source]
Bug | Comment |
---|---|
Anonymous users can edit data in popup forms although $wgGroupPermissions['*'][“visualdata-caneditdata”] = false; is set in LocalSettings.php
|
Critical |
VE (VEForAll) does not load in inactive form tabs | |
Triggers for conditional field only work with one field, if more than one field depends on same condition only the last one works correctly |
Bug | Comment |
---|---|
Anonymous users can edit data in popup forms although $wgGroupPermissions['*'][“visualdata-caneditdata”] = false; is set in LocalSettings.php
|
Critical |
Fixed with v1.0.5 | |
Import script does not work due to incorrect version check 1.41 instead of 1.41.0 | |
Fixed with v1.0.5 | |
VE (VEForAll) does not load in inactive form tabs | |
Fixed with v1.0.8 | |
Triggers for conditional field do not work reliably, especially with OO.ui.ToggleSwitchWidget |