Hi @vincent_jo,
I noticed you are facing challenges setting up Drupal CMS. I have created a detailed doc that explains the step-by-step process for setting up Drupal CMS using DDEV. You can follow the steps outlined in the file and let me know if you having issues
Thank you
I have created MR!4 for the above issue please review it once.
Thank you !!
adityarawat_ln โ created an issue.
@robphillips could you please take a moment to review and test the MR!2 in the context of the above issue? Your verification is crucial to officially closing this issue.
Hi,I have created MR!6
Please review it once
Thank you
adityarawat_ln โ created an issue.
Added the css so that Follow us text is is visible.
adityarawat_ln โ made their first commit to this issueโs fork.
Hi @dmytro-aragorn,
I have Created MR !8 for the above issue,
Please review it once.
thank you
adityarawat_ln โ created an issue.
Hi @Vishal Choudhary, I have created MR !35 for css to add space between the two buttons on the contact page
please review
adityarawat_ln โ made their first commit to this issueโs fork.
Hi @robphillip,
I have Created MR!2 for the above issue,
Please review it once.
thank you
adityarawat_ln โ created an issue.
Hi @vuil,@milos.kroulik
I have created MR!2 for the above issue please review it once.
Thank you !!
Hi @cdteu
I have created MR !10 for the above issue please review it once.
thank you
adityarawat_ln โ created an issue.
@abhishek_gupta1 The issue was already assigned to me and I had been actively working on it, I kindly request that you focus your attention on unassigned tasks. Let's ensure that our efforts are directed efficiently and respectfully towards tasks that are available for contribution, Thank you for understanding.
I have Created MR!2 for the above issue,
Please review it once.
thank you
adityarawat_ln โ created an issue.
Hi @Niklan,
I appreciate your time in reviewing code and providing valuable feedback.
Based on the suggestions provided, I have made the necessary adjustments to the code.
Thank you.
I have Created MR!5 for the above issue,
Please review it once.
thank you
adityarawat_ln โ created an issue.
Hi @dineshkumarbollu ,
The patch#2 fixes the issue.
I have created MR for the above issue
Please review it once.
Thank you
adityarawat_ln โ created an issue.
Hi @webmestre,
To ensure the proper display of currency values and units, please enter the appropriate country code (e.g., USD for US Dollar, EUR for Euro) instead of using currency symbols directly. This will ensure accurate rendering of both the value and the unit.
I've attached an image illustrating my actions.
thank you.
adityarawat_ln โ created an issue.
Hi @mpalouki
I have created MR!1 for the above issue,
Please review it once
Thank you !!
adityarawat_ln โ created an issue.
Hi @sonam_sharma,
please try above patch for the issue.
Hi @chandravilas could you please take a moment to review and test the patch in the context of the module? Your verification is crucial to officially closing this issue.
Thank you
Hi everyone,
@Ridha Rahmi could you please take a moment to review and test the patch in the context of the module? Your verification is crucial to officially closing this issue.
Thank you
Here is the patch for issue,After applying patch please make sure to flush caches
Thank you.
adityarawat_ln โ created an issue.
Hi everyone,
@SandeepSingh199 thank you for confirming that the patch resolves the issue!
@sujan shrestha could you please take a moment to review and test the patch in the context of the module? Your verification is crucial to officially closing this issue.
Thank you
Hi @jaimekristene,
I wanted to follow up on the patch I provided for the reported issue. Could you please take a moment to test the patch and let me know if it resolves the problem you encountered? Your feedback is crucial to ensuring the stability and reliability of the module.
Additionally, I'd appreciate it if the maintainer or any other contributors could review the patch when they have a chance.
Thank you for your time and collaboration.
Hi @Peter Pulsifer,
can you please try above patch once.
Thank you
Hi inst,
Thanks for the update. To ensure everything aligns correctly, please do check below points:
Contextual Filter Configuration:
Confirm that the correct vocabulary is selected in the contextual filter settings of your Views configuration.
Entity Reference Field:
Check if the content type you're working with has an entity reference field that references the aforementioned vocabulary. This is crucial for establishing the relationship between your content and the taxonomy terms.
After making sure these two points are in place, clear the cache and test the URLs again. If the issue persists, let me know .
I attached both parts image.
Regards.
adityarawat_ln โ created an issue.
Hi @inst,
I installed the module on my drupal 10 and followed the instructions which were given in video shared by you.
for me the the views does show me results when I type a term name in the preview field in views.
please check few things:
Content Type and Entity Reference Field:
Ensure that the content type and entity reference field are created exactly as shown in the video.
Confirm that the field settings match those demonstrated, including any required options.
Views Configuration:
Double-check your Views configuration against the video. Pay special attention to filters, relationships, and any contextual settings.
If the challenge persists, could you share more details about the specific step or error you're encountering? so that I can work towards finding a solution.
I've shared a screen video illustrating my actions, showcasing that I'm getting the desired results
Thank You
Hi @SandeepSingh199,
Please apply the new patch I've created, which removes the `console.log` statements.
Additionally, if you encounter any issues with the patch being skipped, try applying it using the following command:
patch -p1 < cal.patch
Thank you
Hi @SandeepSingh199
Please try above patch for the issue.
After applying patch please make sure to flush caches.
Thank you.
Hi @freelylw,
Please try above patch.
After applying patch please make sure to flush caches.
Thank you
adityarawat_ln โ created an issue.
The issue is fixed and the module is now installed correctly in the web/modules/contrib directory.
Hi @jaimekristene
please try above patch for the issue .
thank you
Here is the patch for issue
adityarawat_ln โ created an issue.
the module is now installed correctly in the web/modules/contrib directory.
adityarawat_ln โ created an issue.
Still Getting following error/warnings.
/var/www/html/modules/contrib/time_clock/src/Form/TimeClockForm.php
-------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
31 | ERROR | [x] Whitespace found at end of line
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------
/var/www/html/modules/contrib/time_clock/src/Plugin/Block/TimeClockBlock.php
----------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
----------------------------------------------------------------------------------------------------
2 | ERROR | [x] Whitespace found at end of line
107 | ERROR | [x] Whitespace found at end of line
120 | ERROR | [x] Short array syntax must be used to define arrays
132 | ERROR | [x] Expected 1 blank line after function; 0 found
133 | ERROR | [x] The closing brace for the class must have an empty line before it
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------
/var/www/html/modules/contrib/time_clock/time_clock.info.yml
-------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-------------------------------------------------------------------------------------------------------------
/var/www/html/modules/contrib/time_clock/time_clock.module
----------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------
6 | ERROR | [x] There must be exactly one blank line after the file comment
34 | ERROR | [x] Short array syntax must be used to define arrays
35 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
Steps to reproduce
Run following command
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/time_clock/
Hi
Please try the above patch