RE: Problem with app builder in 7.3 G.A1 whith non English lenguages

Jesus Gonzalez, modified 5 Years ago. New Member Posts: 14 Join Date: 1/25/16 Recent Posts
Playing with docker and Liferay Portal 7.3, I've bumped into something that I'm not sure if it's a bug or something due to the fact I'm using Hypersonic: Using the App Builder, I've sucessfully created a form. After that, I proceeded to create a table. The problem is that when filling the name for the table, the moment I press a key, the field shows nothing and there's nothing in the logs.
The steps to reproduce it:
1. I create a new app with the builder, named 'prueba' (test in spanish), in which I've created a form called "PruebaForm"
image.png

2. After that, I proceed to create a table, dragging the only field I already have on the form.

image_2.png

3. When I move the focus to the table name input, there's no problem

4. But after pressing a key on the keyboard, the screen go grey

image_3.png

5. I can't see any log in the locs, but hitting F12 on the browser I can see the following:

image_4.png


This only happens when the user's profile is different from English (I have tried Spanish and French)

OS System: Win 10
Browser: Chrome
Docker image :7.3.0-ga1
thumbnail
Russell Bohl, modified 5 Years ago. Expert Posts: 308 Join Date: 2/13/13 Recent Posts
Thanks Jesus. I don't think localization support for app builder is finished yet. I'd follow these tickets and see if the issue is still there once these are completed:

https://issues.liferay.com/browse/LPS-95965
https://issues.liferay.com/browse/LPS-102517
https://issues.liferay.com/browse/LPS-102909
thumbnail
Andre Kreienbring, modified 5 Years ago. Regular Member Posts: 152 Join Date: 12/18/06 Recent Posts
For me the App Builder is not working at all. Do I miss something (that needs to be enabled etc...)?
I've changed my user language to US English and as well the default language of the portal.
But when I click on "New Custom Object" and enter a name NOTHING happens. There is also nothing in the logs...
Any hint?
thumbnail
Russell Bohl, modified 5 Years ago. Expert Posts: 308 Join Date: 2/13/13 Recent Posts
Hmm, no, it works for me on 7.3.0 GA1.

If you have docker and the service is running (this is how I just tested), stop any currently running liferay and do
docker run -it -p 8080:8080 liferay/portal:7.3.0-ga1

Then hit App Builder. Works on my machine ;)