My column definition looks like this: <column name="child_customer_id"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="filter" xsi:type="string">text</item> <item name="label" xsi:type="string" translate="true">Invited Person Registered</item> </item> </argument> </column> My Collection logic looks like this : protected function _initSelect() { parent::_initSelect(); $planName = array('Monthly','Semi-Annual','Annual','Annual with custom design'); $this->getSelect()->join( ['secondTable' => $this->getTable('subscription_invitation')], 'secondTable.parent_customer =main_table.customer_id', […]
Monthly Archives: November 2022
After upgrading from Magento 2.3.4 to 2.4.3-p3, when I ask Magento to send the “Forgot password” email, I get instead of the expected template: Malformed UTF-8 characters, possibly incorrectly encoded. After investigations, I observed that the rp_token retrieved in the method : MagentoCustomerModelCustomerRegistry::retrieveSecureData does not look like what was generated […]
Error 524 A timeout occurred when creating a configurable product with variation images. (but products are created when I refresh page.) If there are no images on variations, a timeout error doesn’t happen. (Only happens when I create with images)
In this article, we will find the largest of 3 given numbers using JavaScript. We will do so by making use of the simple if-else… Read More The post How to find largest of three numbers using JavaScript ? appeared first on GeeksforGeeks.
What is Public Deposits? Public deposits are deposits collected directly from the public by organisations. Interest rates on public deposits are typically higher than those… Read More The post Public Deposits: Advantages and Disadvantages appeared first on GeeksforGeeks.
Coding round: The company took an online programming test which consists of three coding questions Mathematical Logic (Easy) Array (Medium) String (Medium) I have done… Read More The post Unthinkable Solutions Interview Experience for ASE (On-Campus ) appeared first on GeeksforGeeks.
Honeywell visited our campus on 29th October 2022 and offered Software Engineer Intern profile. It was open for CSE and ECE,EEE branches. It had 3… Read More The post HoneyWell Software Interview Experience 2022 appeared first on GeeksforGeeks.
HSBC visited our campus on 24th August 2022 and offered Software Engineer Intern profile. It was open for all branches. It had 3 online rounds… Read More The post HSBC Interview Experience for Trainee Software Engineer 2022-2023 appeared first on GeeksforGeeks.
I open registry and navigate to this location: HKCU:SoftwareClasses.txt. Then I change its (default) value to txtfile.custom. Then I go to this location: HKCU:SoftwareClassestxtfile.customDefaultIcon and pick some nice looking custom icon for .txt filetype. All works well, BUT the moment I pick custom software as my default program (I personally […]