Closed jmontoyaa closed 4 months ago
@jmontoyaa the administration of pages through the Sonata admin really didn't impress me in the case of our French customer. Can we change that to integrate it more transparently into de Chamilo workflow (remove all options we don't need, make easy interfaces to manage that, etc)? Otherwise I think we should rather look for another bundle than Sonata because I fear our users will get confused (nobody wants to read a whole manual about users, regions, publication states and privileges, just to be able to publish one little block of text)
I think I was not clear... the page:
"public/internal_page/edit/welcome"
it's already in the Chamilo UI not in the Sonata admin dashboard. In the background I'm using Sonata objects (Entities Site/Page/Blocks) to create the page. You can also go to the Sonata admin dashboard and edit it there.
That looks much better indeed. We'll have Alex work on fine tuning the design. @jmontoyaa is there stil something pending from your part here?
I need to integrate the "AccessUrl" and the "Site" entity, it will only affect multiple URL portals.
"AccessURL" = list of portals:
Example:
1.chamilo.org
2.chamilo.org
"Site" = list of portals, each portal can have a different language:
1.chamilo.org in english
1.chamilo.org in spanish
2.chamilo.org in english
2.chamilo.org in french
Don't forget that multiple_access_urls should be a setting only accessible to sysadmins with access to configuration.php (too much power for normal admins).
I know, that has nothing to do with it :-)
Add to changelog that these will not be migrated during 1.11 -> 2.0 upgrade. It has to be done manually.
Current behavior / Resultado actual / Résultat actuel
HTML pages are saved in "var/home"
Expected behavior / Resultado esperado / Résultat attendu
Pages should be saved in the new "page__page" table using the Sonata page bundle.
Steps to reproduce / Pasos para reproducir / Étapes pour reproduire
An example of the content creation already exists for the "welcome" page here:
public/internal_page/edit/welcome
Chamilo Version / Versión de Chamilo / Version de Chamilo
2.x