Jeff Putz
Jeff Putz
Moving this out of v17, will wait until there's a more comprehensive strategy for using modern front-end components.
The UI for this may be a little challenging. Right now, the roles can be "moved" left and right into the view and post columns in the admin.
@senadburak Your problem isn't related, but I also don't see what your problem was. You absolutely want to avoid doing non-parameterized queries whenever possible because ad-hoc queries don't have cached...
If it says there's a missing parameter, the error is the parameter is missing. That's not the fault of the SQL code, it has to be a problem elsewhere in...
There are some things to think through here... * I wouldn't put the setting in config, but rather settings. In a multi-tenant scenario (i.e., the commercial version), this would be...
I'm not clear on where the function has to live, because it doesn't look like the code will actually bind the certificate to any arbitrary app service in the description....
This does seem like something that should be configurable out of the box.
It's pretty weird when someone inside the company asks someone outside of the company to influence a product decision, especially going through support, which I suspect we've all had, at...
I _think_ this broke starting in v5.3.0, and it's definitely still there in v5.3.3. The selector `.table > :not(caption) > * > *` is just too greedy. The same problem...