site of provided type from SiteTypeProvider got created with wrong type, plus a minor message bundle change needed
GENERAL
TESTING
GENERAL
TESTING
Description
After SAK-11251 change, user can choose to create a new site with the type provided by SiteTypeProvider. They will by pass the normal tool selection, access config page, etc., and directly go to the confirmation page, and the site will be created according to the associated template site.
There are couple of mistakes found so far:
1. the site created gets wrong type as the template site id, instead of the template site type.
2. the site created gets user id inside the title and short description, instead of user eid
3. the site created gets user id inside the description instead of user's display name
4. the title of the confirmation page contains a param inside the bundle string, which is never populated.
5. the email alias tool contains user id instead of user eid
After SAK-11251 change, user can choose to create a new site with the type provided by SiteTypeProvider. They will by pass the normal tool selection, access config page, etc., and directly go to the confirmation page, and the site will be created according to the associated template site.
There are couple of mistakes found so far:
1. the site created gets wrong type as the template site id, instead of the template site type.
2. the site created gets user id inside the title and short description, instead of user eid
3. the site created gets user id inside the description instead of user's display name
4. the title of the confirmation page contains a param inside the bundle string, which is never populated.
5. the email alias tool contains user id instead of user eid