Daniel Valadas

Results 205 comments of Daniel Valadas

Why do we have this one and #4710 @joshgk00 ? Should we close #4710 ?

Awesome, I closed the other one.

Well, from a quick look at it every time you change it for any language, it saves the new (same) value for all languages: ![image](https://user-images.githubusercontent.com/6371568/100282543-ce8e3680-2f39-11eb-9a11-20bfaf5606d7.png) Editing the values in the...

> @valadas > this behavior is by design, if update is executed without providing a locale - with a locale provided, only value for this language will be updated. It's...

> FYI - In general, making an update directly to the database for something like this may not be a true representation of the issue and how to reproduce it...

I triaged this, the fix should be pretty similar to https://github.com/dnnsoftware/Dnn.Platform/pull/4851/commits/636f7310355865c5d6715d04562c6d00b15595a3 Basically, we need to read and write using an API that we can provide with the culture code from...

@bdukes we can't do this right because we are on .NetFramework. If that is correct, can we try and list those dependencies we don't want dependabot to warn us about,...

I remember on older dnn versions, you had an option of enabling or disabling popups. With popups enable it would center the dialog on the screen. Was that intentionally remove...