Foros de discusión

Liferay 6.1: User can't modify his own Pages

Tarkan Çorak, modificado hace 12 años.

Liferay 6.1: User can't modify his own Pages

Regular Member Mensajes: 141 Fecha de incorporación: 7/10/08 Mensajes recientes
Hi,

Although the necessary parameters are set, in Liferay 6.1 it seems that default users (Role: only "User") can't modify Pages on their own Sites (neither Private nor Public).

I tried it out on a fresh installation without portal-ext.properties and on a dedicated server where the properties were set.

    #
    # Set whether or not private layouts are enabled. Set whether or not private
    # layouts are modifiable. Set whether or not private layouts should be auto
    # created if a user has no private layouts. If private layouts are not
    # enabled, the other two properties are assumed to be false.
    #
    layout.user.private.layouts.enabled=true
    layout.user.private.layouts.modifiable=true
    layout.user.private.layouts.auto.create=true

    #
    # Set this to true if users must have the Power User role to have private
    # pages.
    #
    layout.user.private.layouts.power.user.required=false

    #
    # Set whether or not public layouts are enabled. Set whether or not public
    # layouts are modifiable. Set whether or not public layouts should be auto
    # created if a user has no public layouts. If public layouts are not
    # enabled, the other two properties are assumed to be false.
    #
    layout.user.public.layouts.enabled=true
    layout.user.public.layouts.modifiable=true
    layout.user.public.layouts.auto.create=true

    #
    # Set this to true if users must have the Power User role to have public
    # pages.
    #
    layout.user.public.layouts.power.user.required=false


Tested Environments:
Liferay 6.1 CE GA1
- Default Bundle with Hypersonic on Mac OS X Lion
- Default Bundle with MySQL on Ubuntu Linux Server

Looks like a bug. Could someone please test and confirm this behaviour? Thanks.

Tarkan