is there a way to retrieve the full list of admin roles? Not the users, just the roles. I’m looking but all I can find is the list of users. I tried with the MagentoAuthorizationModelResourceModelRoleCollection but it doesn’t work.
Blog
I’m passing new information from my custom shipping method to the frontend following the previous answer Need to get additional data in custom shipping method Magento 2? namespace SwayShipSmartModelCart; class ShippingMethodConverter extends MagentoQuoteModelCartShippingMethodConverter { public function modelToDataObject($rateModel, $quoteCurrencyCode) { $result = parent::modelToDataObject($rateModel, $quoteCurrencyCode); $result->setData('method_description', $rateModel->getData('method_description')); return $result->__toArray(); } } However, […]
After installing Magento and composer on XAMPP then Arch linux crashed. I am now back to square one trying to figure out what to run on and the best environment to run Magento locally until ready to deploy, multi server would be best. Any help would be most appreciated!
this is the printed error from the Kyocera that prints seemingly every 15 minutes from 4 out of 8 users that are connected by USB to these P3150DN printers. We looked in our SIEM and it is showing the usb connection to the kyocera as flapping from connected to disconnected. […]
After upgrading from Debian stable to trixie/sid my laptop’s microphone stopped recording anything, but it does get detected by GNOME Settings inxi -A says: Audio: Device-1: Intel Cannon Point-LP High Definition Audio driver: snd_hda_intel API: ALSA v: k6.12.17-amd64 status: kernel-api Server-1: PipeWire v: 1.4.0 status: active Linux 6.12.17-amd64, GNOME 48
I am implementing a Dump routine from the PROD environment to another environment, using a 100% Azure setup. I need a solution that: Copies the database structure (tables, indexes, procedures, views, constraints, etc.). Replicates data only from specific tables, as we cannot copy sensitive data. Is there an automated way […]
I have new hardware: AMD Ryzen 5 5600 CPU, ASUS Prime A520M-A II board and Ballistix 3200Mhz memory. It’s running fine, but the CPU speed in idle (nothing happening in Windows, CPU load is 1%-2%) is not slowed down at all from the base speed of 3.5Ghz. Here is an […]
I’m trying to average the last N rows in Excel, but I have some blank (and merged) cells; in something like this: Example A 1 2 x 3 4 5 6 7 y 8 9 10 for example, wanting average the last four rows it should average A8 to A12 […]