Jeff Stevens
03/13/2023, 1:26 PMPatrick
03/13/2023, 6:22 PMoauth2-providers
module I get an error; not sure if this is an issue for the module side or my side. Thoughtscubortea
03/14/2023, 2:59 AMryan
03/14/2023, 5:47 PMJeff Stevens
03/14/2023, 7:15 PMproperty name="logger" inject="logbox:root"
However, I don't believe I have access to injection syntax like this outside of my models or handlers folders.teaman
03/15/2023, 3:58 PMjclausen
03/15/2023, 4:03 PMteaman
03/15/2023, 4:40 PMjclausen
03/15/2023, 5:23 PMadobe@2021.0.06+330132
adobe@2018.0.16+330130
cc/ @teamanScott Bennett
03/17/2023, 8:08 PMryan
03/18/2023, 2:26 PM/route-visualizer
to the URL after installing it with Commandbox CLI.
Basically, would something like this work in Router.cfc?
route(':action?').toHandler('admin')
.withCondition(function(event, rc, prc) {
return isUserInRole('admin');
});
Essentially, I am attempting to simplify the URL from `/admin/action` to `/action` only. Then, in the route, check if the user's role is 'admin' to accept the route and pass it to the Admin handler. I've never used withCondition and the limited example is not quite correct in the coldbox docs, either, but I get the gist of it.
<https://coldbox.ortusbooks.com/the-basics/routing/routing-dsl/routing-methods#routing-conditions>
romanstr
03/20/2023, 7:15 PMlmajano
03/20/2023, 8:23 PMsalted
03/21/2023, 2:44 PMsalted
03/21/2023, 2:44 PM× | Playwright driver not found. Please wait for a moment while the correct driver for your platform is downloaded. |--------------------------------------------------------------------------- | Downloading driver from [<https://search.maven.org/remotecontent?filepath=com/microsoft/playwright/driver-bundle/1.31.0/driver-bundle-1.31.0.jar>] | Unable to download the driver:
| Connection failure <https://repo1.maven.org/maven2/com/microsoft/playwright/driver-bundle/1.31.0/driver-bundle-1.31.0.jar>
| PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
salted
03/21/2023, 2:44 PMsalted
03/21/2023, 2:45 PMGrant Shepert
03/21/2023, 5:24 PMfman
03/23/2023, 1:17 PMfman
03/23/2023, 1:18 PMfman
03/23/2023, 1:18 PMfman
03/23/2023, 1:21 PMfman
03/23/2023, 1:21 PMfman
03/23/2023, 1:25 PMfman
03/23/2023, 1:26 PMfman
03/23/2023, 1:26 PMRodney
03/23/2023, 1:26 PMfman
03/23/2023, 1:27 PMRyan Albrecht
03/23/2023, 1:56 PM"qb":"^9.1.2"
and cfmigrations has a dependency for "qb":"^8.0.0"
. The quick module is not working because it seems to be using the cfmigrations qb module. Both modules have the install path for qb set to "qb":"modules/qb/"
. How do I go about resolving this issue?sknowlton
03/23/2023, 5:18 PM