-
I've just installed the latest Alpha (not the nightly), and set it up with models builder configured as follows:
```
"ModelsBuilder": {
"ModelsMode": "AppData",
"Enable":…
-
While I was testing #10213 I installed a brand new V9 site and found out that the models are not being generated at all.
On the Models Builder dashboard I can see that the mode is PureLive, but the…
-
### Is your feature request related to a problem? Please describe.
Sometimes you want to store reference to external data in a property editor, e.g. using Label in core and properties "External Id"…
-
At Codegarden I had a nice discussion with @clausjensen and @zpqrtbnk about using modelsbuilder to generate a class with all the dictionary items. This gets rid of all the strings in the views.
Th…
-
### What is the current behaviour?
I created a datatype with the following configuration.
![image](https://user-images.githubusercontent.com/1193822/112159928-f2147580-8be9-11eb-8718-65ffdeb08b6…
dawoe updated
3 years ago
-
I've ran into this on both websites I built using Vendr and it's happing with v1.2.8, I don't know if it's fixed already in newer versions though.
I have the stock property set to mandatory in Umbr…
-
Hi, any quick fix for this Uintra 2.0 Version issues?
1) Users cant create activity with video
2) Membership can be broken after editing
or some guide to install 2.1 release, I can't connec…
-
When ModelsBuilder is not enabled, Umbraco will use [`NoopPublishedModelFactory`](https://github.com/umbraco/Umbraco-CMS/blob/release-8.6.1/src/Umbraco.Core/Models/PublishedContent/NoopPublishedModelF…
-
Umbraco services shouldn't be doing direct queries of the database, rather they should go through their respective repository for database access. This is a dependency we'd need to remove in order to…
-
When a property is multi-lingual we should generate extension methods. Property:
public string Title
=> this.Value("title");
Extension method:
public string Title(this Foo mod…