Account created on 8 December 2020, about 4 years ago
  • Engineer Drupal - Backend at QED42 
#

Merge Requests

More

Recent comments

🇮🇳India annmarysruthy

Reviewed the MR !460. The error message could not be replicated after the changes in MR. AI Assistant is also working fine.

🇮🇳India annmarysruthy

Updated comments for return values as per review comment #5.

🇮🇳India annmarysruthy

Raised MR #3. Kindly review.

If #title is provided in the form element, pass1 does not get an extra title. If #title is not provided, it defaults to "Password" as before.
Creating a custom form with a password_confirm form element with #title will only display the provided title, not the default one.

🇮🇳India annmarysruthy

annmarysruthy made their first commit to this issue’s fork.

🇮🇳India annmarysruthy

The comment above the actions section originally described a configuration related to user roles and permissions.

Original code:

# Configuration actions may be defined. The structure here should be
# entity_type.ID.action. Below the user role entity type with an ID of
# editor is having the permissions added. The permissions key will be
# mapped to the \Drupal\user\Entity\Role::grantPermission() method.
actions:
  user.role.editor:
    createIfNotExists:
      label: 'Editor'
    grantPermissions:
      - 'delete any article content'
      - 'edit any article content'

However, in a later commit, the actual configuration changed to modifying text.settings, but the comment remained unchanged:

actions:
  text.settings:
    simpleConfigUpdate:
      default_summary_length: 700

Now, the comment is misleading because it's still describing user roles and permissions, while the actual code is updating text summary length settings.

🇮🇳India annmarysruthy

Removed autocomplete in MR !499. Kindly review. however even if we enter text in searchbox, relevant results are not displayed. This is already mentioned in https://www.drupal.org/project/drupal_cms/issues/3501069 🐛 Search broken without search_api_autocomplete Active

🇮🇳India annmarysruthy

annmarysruthy made their first commit to this issue’s fork.

🇮🇳India annmarysruthy

Removed Ban module usage from UpdatePathTestBaseFilledTest and ConfigImportUITest. Kindly review

🇮🇳India annmarysruthy

Tests failed as ban module is used in tests. Will work on these tests as part of https://www.drupal.org/project/drupal/issues/3488838 📌 Use a test module instead of Ban in dependency tests Active .

🇮🇳India annmarysruthy

annmarysruthy made their first commit to this issue’s fork.

🇮🇳India annmarysruthy

Any User with 'Translate any entity' permission will be able to translate an entity even when 'Enable Translation' is not enabled individually.

🇮🇳India annmarysruthy

Added tests in Merge request !11106. Kindly review

🇮🇳India annmarysruthy

annmarysruthy made their first commit to this issue’s fork.

🇮🇳India annmarysruthy

Kindly review MR !9620. Change record:
https://www.drupal.org/node/3476950 . Instead of function _install_get_version_info(), explode('.', \Drupal::VERSION) can be used.

🇮🇳India annmarysruthy

annmarysruthy made their first commit to this issue’s fork.

🇮🇳India annmarysruthy

If a user entity should be created by autocreate, text entered in the autocomplete field can be passed as username for user entity. which role should be assigned to the user created? - I would suggest Authenticated only.

In case of file entity, how can we autocreate a file from an autocomplete field?

🇮🇳India annmarysruthy

Kindly review MR !9570 which hides option 'Create referenced entities if they don't already exist' in manage field of reference type fields of type user and file.

🇮🇳India annmarysruthy

Two approaches can be followed here:

  1. Implement a fix to ensure the name field is populated and implement user entity autocreate
  2. hide option "Create referenced entities if they don't already exist" for user entity
🇮🇳India annmarysruthy

annmarysruthy changed the visibility of the branch 3473029- to hidden.

🇮🇳India annmarysruthy

annmarysruthy changed the visibility of the branch 3473029-wrong-maxlength-on to hidden.

🇮🇳India annmarysruthy

In authoring information tab (in node add, edit), 'Authored by' has maxlength 1024. Only in translation form, Authored by inside translation tab has maxlength 60. In the same translation form, Authored by field inside 'Authoring information' tab has maxlength 1024 and this causes issue.

Instead of removing maxlength, I would recommend changing maxlength of 'Authored By' inside translation tab to 1024 and make it same as ' Authored by' field inside 'Authoring information' tab

🇮🇳India annmarysruthy

Current implementation ensures that HTML tags that are already supported by CKEditor 5 plugins are not redundantly added to the Source Editing. In core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php, The code for this implementation is added and it ensures that tags already enabled by plugins are not added again and raises an error.

I believe rephrasing the helptext would be better in this case. We can rephrase it to :

"A list of HTML tags that can be used while editing source. Remove or do not add tags that are already supported by enabled plugins. For example, if "Bold" is enabled, do not add the tag. It may be necessary to add

🇮🇳India annmarysruthy

A helptext "This widget uses radio buttons if the "Allowed number of values" is set to 1. If the number of allowed values is more than 1 or unlimited, checkboxes will be used." will be displayed in manage form display when Checkboxes/Radio buttons is selected as widget.

🇮🇳India annmarysruthy

I followed development guide and then created a page as per design. Few issues/observations I noticed:

  1. In the left side bar, when I right click on the components added, a list of options such as Edit , Duplicate, Move and Delete appears. But on moving the mouse, the options disappear and I was unable to select an option using mouse click. However, I can use the options using navigation keys.
  2. It took me more than one attempt to drag and place a component in page. Sometimes I drag the component to the place I need it to be displayed, but on releasing mouse, it will not be placed
  3. The preview is not clear and this makes it hard to identify which components should be added as per design.
🇮🇳India annmarysruthy

Raised MR for replacing the components module namespaces with the SDC namespaces. Kindly review MR !38

🇮🇳India annmarysruthy

Raised MR !34 for adding required props to component.yml files. Kindly review

🇮🇳India annmarysruthy

@kristenpol Yesterday I raised MR for the component.yml files in atoms, molecules folders of base theme. Today I took latest pull and added examples for remaining component.yml files of base theme and subtheme. Hope you are clear.

🇮🇳India annmarysruthy

@kristenpol added examples for properties in all component.yml files of theme and subtheme. Kindly review

🇮🇳India annmarysruthy

Added a commit for adding drupal in tag.twig. This would fix issue 3 listed in comment #3. Kindly review

🇮🇳India annmarysruthy

annmarysruthy changed the visibility of the branch 3469523-add-examples-for to active.

Production build 0.71.5 2024