Remove presentation data from Databasebuilder return values #14734
Migaroez
started this conversation in
Features and ideas
Replies: 1 comment 1 reply
-
After talking to @nielslyngsoe, it should probably be changed to returning (readable)localization keys so the frontend can update/manage the messages themselves and can be overwritten like anything else. @kjac would live your take on this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
DatabaseBuilder
insideUmbraco.Cms.Infrastructure.Migrations.Install
sometimes returns html in its return value.Since html is part of the presentation layer, it should not be there.
Would be a good idea to remove the p tags and fix the frontend layout if this breaks things.
Beta Was this translation helpful? Give feedback.
All reactions