Last modified: 2014-03-06 18:21:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T52427, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 50427 - TemplateData: Error during inheritance test
TemplateData: Error during inheritance test
Status: ASSIGNED
Product: MediaWiki extensions
Classification: Unclassified
TemplateData (Other open bugs)
unspecified
All All
: High normal (vote)
: ---
Assigned To: Editing team bugs – take if you're interested!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-29 17:25 UTC by Carl Fürstenberg
Modified: 2014-03-06 18:21 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Carl Fürstenberg 2013-06-29 17:25:51 UTC
Was testing some inheritance, and when I've removed a label, it's still in the output:

<templatedata>
{
        "description": "Testing inheritance",
        "params": {
                "a": {
                        "label": "A",
                        "description": "aaa",
                        "required": true,
                        "inherits": "b"
                },
                "b": {
                        "required": true,
                        "inherits": "c"
                },
                "c": {
                        "required": true,
                        "inherits": "d"
                },
                "d": {
                        "label": "D",
                        "required": true,
                        "inherits": "a"
                }
        }
}
</templatedata>

results in http://i.imgur.com/WrknHsI.png

tested on http://en.wikipedia.org/wiki/Template:Main

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links