entryId needs to be public for the earlier change to work. Fixes bug #11980
This commit is contained in:
parent
b219324fc1
commit
e2115411b5
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
7.10.6
|
7.10.6
|
||||||
- fixed #11974: Toolbar icons unclickable in Webkit using HTML5
|
- fixed #11974: Toolbar icons unclickable in Webkit using HTML5
|
||||||
- fixed #11978: Pasting links into TinyMCE
|
- fixed #11978: Pasting links into TinyMCE
|
||||||
|
- fixed #11980: DataForm broken
|
||||||
|
|
||||||
7.10.5
|
7.10.5
|
||||||
- fixed #11950: Username set to 0 when edit user
|
- fixed #11950: Username set to 0 when edit user
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ use WebGUI::Asset::Wobject::DataForm;
|
||||||
|
|
||||||
readonly session => my %session;
|
readonly session => my %session;
|
||||||
private entryData => my %entryData;
|
private entryData => my %entryData;
|
||||||
private entryId => my %entryId;
|
readonly entryId => my %entryId;
|
||||||
readonly assetId => my %assetId;
|
readonly assetId => my %assetId;
|
||||||
readonly asset => my %asset;
|
readonly asset => my %asset;
|
||||||
private userId => my %userId;
|
private userId => my %userId;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue