yasuflatland-lf / damascus

⚔️ CRUD boilerplate generator for Liferay DXP
https://yasuflatland-lf.github.io/damascus-doc/
GNU Lesser General Public License v3.0
50 stars 35 forks source link

Feature request: Modules generation for Liferay 7.4 #119

Open icarrara opened 2 years ago

icarrara commented 2 years ago

I would like to generate modules for version 7.4 of Liferay Portal.

Examining the Todo project generated with the templates version for 7.3 and imported into Liferay workspace 7.4 the incompatibilities in the code are not so many.

I am available to collaborate in the testing and debugging of the templates for version 7.4.

Thank you in advance for any comment or collaboration offers.

yasuflatland-lf commented 2 years ago

@icarrara Hi, if it's Demo purpose, have you tried Liferay Object and Liferay Form combination? Didn't it work for you? I may be able to find time for the 7.4 template upgrade, but I can't tell the timeframe for now. I'll let you know when I work on it! Thank you for your offering!

icarrara commented 2 years ago

@yasuflatland-lf Hi and thank you for your comment!

In fact I'm just trying Liferay Object and Liferay Form combination but I encountered two important missing feature:

1) I was able to use Form only to Create Object items, but not Update and Delete operations. 2) An Object item can't be associated to Category and Tags infrastructure.

Maibe I'm wrong. Could you confirm or change the above assunctions?

In general I can't find any documentation, article or tutorial about Object framework so until today it is almost obscure for me and I think to everybody not working strictly with core Liferay developers.

Do you have some advice on how to better understand the use of Liferay Object and Liferay Form combination ?

Thank you in advance!