add: Calendar can now choose workflow for Events
fix: Event now saves ownerUserId correctly add: GalleryAlbum now shows link to add a Photo added a test skeleton for Test::WWW::Mechanize tests
This commit is contained in:
parent
684ce5a7ca
commit
7668f68980
13 changed files with 533 additions and 15 deletions
|
|
@ -617,6 +617,21 @@ sub getAssetClassForFile {
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
=head2 getGalleryFileClassesAvailable ( )
|
||||
|
||||
Returns an array reference of the Asset classes available to be added to this
|
||||
Gallery.
|
||||
|
||||
=cut
|
||||
|
||||
sub getGalleryFileClassesAvailable {
|
||||
my $self = shift;
|
||||
|
||||
return [ 'WebGUI::Asset::File::GalleryFile::Photo' ];
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
=head2 getImageResolutions ( )
|
||||
|
||||
Gets an array reference of the image resolutions to create for image-type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue