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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue