WIP: Change typo #1236

Draft
ConfidantCommunications wants to merge 1 commits from ConfidantCommunications/Component-Builder:confidantcommunications-patch-1 into 5.x
First-time contributor

Pull Request for joomla/Component-Builder#1133

Summary of Changes

Changed reference of dynamic to dynamicget

Testing Instructions

After merging, perform compilation of a module containing a custom get.

Expected result

Successful compiling.

Actual result

Successful compiling without error.

Documentation Changes Required

No.

Pull Request for joomla/Component-Builder#1133 ### Summary of Changes Changed reference of `dynamic` to `dynamicget` ### Testing Instructions After merging, perform compilation of a module containing a custom get. ### Expected result Successful compiling. ### Actual result Successful compiling without error. ### Documentation Changes Required No.
ConfidantCommunications added 1 commit 2025-07-22 19:44:30 +00:00
Owner

Since your commit has changed the whole class, instead if just the line in question... I can not see what you've done.

Since your commit has changed the whole class, instead if just the line in question... I can not see what you've done.
Author
First-time contributor

Similar to my comment on #1133, not sure why Git claims the whole file changed. Sorry if I made a mistake.

Similar to my comment on #1133, not sure why Git claims the whole file changed. Sorry if I made a mistake.
Author
First-time contributor

The changes here involved removing a greater-than sign (>) at the end of the "addfieldprefix" attribute lines. Line 439 on the 2 MainXML.php files (Joomla 4 and 5). Also line 23458 in Interpretation.php.

The changes here involved removing a greater-than sign (>) at the end of the "addfieldprefix" attribute lines. Line 439 on the 2 MainXML.php files (Joomla 4 and 5). Also line 23458 in Interpretation.php.
Owner

It is not git, but your editor... many editors auto update the file indentation and other things like line breaks and more... so best to update the file in a none auto file updating editor... like nano. and then make the commit 👍

It is not git, but your editor... many editors auto update the file indentation and other things like line breaks and more... so best to update the file in a none auto file updating editor... like nano. and then make the commit 👍
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u confidantcommunications-patch-1:ConfidantCommunications-confidantcommunications-patch-1
git checkout ConfidantCommunications-confidantcommunications-patch-1
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1236
No description provided.