Fix missing overrides in the Navigation when shortcutted.
Also, documented the getOverridesList method inside Shortcut.
This commit is contained in:
parent
e76ff7cf28
commit
1e6d9b7d18
3 changed files with 45 additions and 29 deletions
|
|
@ -368,6 +368,15 @@ sub getFieldsList {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getOverridesList
|
||||
|
||||
Generates a table of overrides, based on the shortcutted Asset's definition sub.
|
||||
If the field type is hidden, or the field label is empty, then an override is not
|
||||
generated for that field
|
||||
|
||||
=cut
|
||||
|
||||
sub getOverridesList {
|
||||
my $self = shift;
|
||||
my $output = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue