entryId needs to be public for the earlier change to work. Fixes bug #11980

This commit is contained in:
Colin Kuskie 2010-11-30 08:51:38 -08:00
parent b219324fc1
commit e2115411b5
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
7.10.6
- fixed #11974: Toolbar icons unclickable in Webkit using HTML5
- fixed #11978: Pasting links into TinyMCE
- fixed #11980: DataForm broken
7.10.5
- fixed #11950: Username set to 0 when edit user

View file

@ -42,7 +42,7 @@ use WebGUI::Asset::Wobject::DataForm;
readonly session => my %session;
private entryData => my %entryData;
private entryId => my %entryId;
readonly entryId => my %entryId;
readonly assetId => my %assetId;
readonly asset => my %asset;
private userId => my %userId;