-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Update UCM component table classes #27992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@SharkyKZ In the update sql script for postgresql in the alter table statements you can't use |
administrator/components/com_admin/sql/updates/postgresql/4.0.0-2020-02-20.sql
Outdated
Show resolved
Hide resolved
Co-Authored-By: Richard Fath <[email protected]>
|
I have tested this
6. Then I created a Tag, edited the Tag. But I could not see a Star. I think it is because the Table is not named I tested with the current 4.0.0-beta1-dev on Ubuntu with PHP 7.2 and MySQL 5.7. |
|
@astridx Should be fixed now. |
|
Thanks! |
I think they should be |
|
Should we use the core classes or classes from components, e.g. |
|
If there’s a component specific one use it. I think I want to end up with components managing these things long terms anyhow so we can use the bootComponent methods for access anyhow. |
Summary of Changes
This updates entries in
#__content_typestable to include new fully qualified table class names.Components that use
JTableprefixed core classes are currently not included but maybe they should be. Looking for feedback on this.Testing Instructions
This will need to be tested both for new installations and for upgrades from 3.10.
Create a contact, a newsfeed, a tag, a banner, a banner client and a user note.
Make some edits and save.
In the form, click
Versionsbutton and check whether the current version is marked with a star.Expected result
Marked.
Actual result
Not marked.
Documentation Changes Required
No.