TimGeyssens / UIOMatic

Auto generate an integrated crud UI in Umbraco for a db table based on a petapoco poco (and more)
https://timgeyssens.gitbook.io/ui-o-matic/
Other
67 stars 54 forks source link

fix pagination + fix the rte controller + enable html in label #178

Closed TomSchimmel closed 3 years ago

TomSchimmel commented 3 years ago

About the RTE issue. It didn't load correctly any more after updating ui-o-matic to it's latest version. Don't know exactly why but the ValuesLoaded prop is not set to true after broadcast in the RTE template. Maybe this has something to to with the timeout that is wrapped around the broadcast, in file edit.controller.js? That's why I've set this variable to be true after the init function has run.

I've also fixed the pagination issue by simply calling the save method after props were changed.

Rendering of markup in labels is now also possible.

TomSchimmel commented 3 years ago

@TimGeyssens Good evening Tim, do you perhaps have some time in the near future to take al look at this pull request? Would be very happy when changes are pushed to the core since now I'm running a forked version :-) Thanks!

TimGeyssens commented 3 years ago

merged, new build is running so you should be able to nuget upgrade today, thanks!