Bugfix with photo alt text not saving on new upload
This commit is contained in:
parent
cf6249c415
commit
9c4ec85f8a
|
@ -78,6 +78,7 @@ func CreatePhoto(tmpl Photo) (*Photo, error) {
|
||||||
CroppedFilename: tmpl.CroppedFilename,
|
CroppedFilename: tmpl.CroppedFilename,
|
||||||
Filesize: tmpl.Filesize,
|
Filesize: tmpl.Filesize,
|
||||||
Caption: tmpl.Caption,
|
Caption: tmpl.Caption,
|
||||||
|
AltText: tmpl.AltText,
|
||||||
Visibility: tmpl.Visibility,
|
Visibility: tmpl.Visibility,
|
||||||
Gallery: tmpl.Gallery,
|
Gallery: tmpl.Gallery,
|
||||||
Explicit: tmpl.Explicit,
|
Explicit: tmpl.Explicit,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user