#H5YR

High five on X

Community Impact

0 Total #H5YRs since 2023
0 Widget High Fives
0 Today
Total #H5YRs since July 2023: 525

Most recent #H5YRs

Mike Chambers 💬 Forum 🖐️ 1 [Permalink]
Umbraco.Automate - how does parallel work?

I don't think you've set the parallel up correctly :thinking: .. as you have serial lines between your sends.. ![image|690x323](upload://2L1SlfA0evBKLEy8H8TlRYlNPyq.png) Clicking the add button und...

💬 Forum 🖐️ 1 [Permalink]
Custom tables in load balanced environment broken?

Found the cause. Muppetry on my part. After adding some logging to log the actual database being connected to, I discovered there was an old keyvault entry with a different db name, so it wasn't conne...

Darrenhunter Emerald 💬 Forum 🖐️ 1 [Permalink]
Is there a way to stop paging caching

I found it I had this in the App Settings file. ``` "CMS": { "Website": { "OutputCache": { "Enabled": true, "ContentDuration": "00:00:00" } }, It was set to 30 secs, once I s...

Simon Gibbs 💬 Forum 🖐️ 1 [Permalink]
Umbraco 13 to 17 upgrade - premigration error

In case anyone else comes across this issue, @justin-nevitech was on the money with creating an index manually :raising_hands: Using this full index definition has worked for me (usual caveats about...

Aaron Sawyer 💬 Forum 🖐️ 1 [Permalink]
For getting logged-on backoffice user, IOptionsSnapshot<CookieAuthenticationOptions> is no longer required

I wanted to provide an update for those using **IOptionsSnapshot<CookieAuthenticationOptions>** to parse the currently logged in user without receiving an authentication header in APIs - that may not ...

Shekhar Tarare 💬 Forum 🖐️ 1 [Permalink]
Upload CSV file Issue

Hi @darrenhunterEmerald , I created a quick setup with your code (Fix added) and tested on Umbraco 17. It's working as expected. Please check the below setup: File: `App_Plugins/OLS/umbraco-package....

Justin Neville 💬 Forum 🖐️ 1 [Permalink]
Adding my own style sheet to displaying custom styles added to TipTap RTE Umbraco 17 via umbraco-package.json

Hi @charlesa-ccs Have you added it into your RTE datatype as per my screenshot? Justin

Shekhar Tarare 💬 Forum 🖐️ 1 [Permalink]
How do I override the style for uui-radio-group in Umbraco 17 backoffice

Hi @charlesa-ccs , Shadow DOM in the new Umbraco 17 backoffice definitely makes standard CSS overrides frustrating since you can't easily pierce the component boundaries with a global stylesheet. I ...

Tom Cottle 💬 Forum 🖐️ 1 [Permalink]
Umbraco+usync 17, "Failed to create template" - no logs

Hi, For me the issue was the layout being used. My templates were using "\_Layout.cshtml" which was not created inside the Umbraco backoffice (and thus didn't appear under the templates category). I...

Justin Neville 💬 Forum 🖐️ 1 [Permalink]
Cannot load my stylesheet into umbraco 17 backoffice to override uui-radio-group styles

Hi @charlesa-ccs Your files are under wwwroot/BackOfficeStyles, but the manifest and entrypoint point at /App_Plugins/BackOfficeStyles/ - which are different folders. Backoffice extensions should l...

Arjan 💬 Forum 🖐️ 1 [Permalink]
Distributed background jobs error

Never mind, I found the culprit. I had implemented an `IUmbracoBuilder` extension method called `AddBackgroundJobs()` to inject my custom background jobs. I call this method inside an `IComposer`, but...

Owain Williams 💬 Forum 🖐️ 1 [Permalink]
Markdown editor experience

Ok and as soon as I post this, I dig around a bit more and looks like I've found a fix. Enable inline editing on the Block List property editor. Also set the Appearance to have `label above` rather ...

Friends of H5YR