[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-68-g92bb6103d
Craig Kaiser
craig at bestpractical.com
Wed Oct 16 08:47:10 EDT 2019
The branch, 4.4-trunk has been updated
via 92bb6103d2de64e6f71a29473bec43323e669959 (commit)
from dfccc8865eb387e541d2691377ddf66229309ae1 (commit)
Summary of changes:
share/html/Prefs/Elements/EditAboutMe | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 92bb6103d2de64e6f71a29473bec43323e669959
Author: Craig Kaiser <craig at bestpractical.com>
Date: Tue Oct 15 14:30:16 2019 -0400
Add multipart/form-data encoding to EditAboutMe form
Without the multipart/form-data encoding custom fields such as file uploads
will not be submitted, resulting in no change to the field.
diff --git a/share/html/Prefs/Elements/EditAboutMe b/share/html/Prefs/Elements/EditAboutMe
index f281042bf..b3e869c14 100644
--- a/share/html/Prefs/Elements/EditAboutMe
+++ b/share/html/Prefs/Elements/EditAboutMe
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<form name="EditAboutMe" action="" method="post">
+<form name="EditAboutMe" action="" method="post" enctype="multipart/form-data">
<input type="hidden" class="hidden" name="id" value="<%$UserObj->Id%>" />
<table width="100%" border="0">
-----------------------------------------------------------------------
More information about the rt-commit
mailing list