Development

#3454 (check credential checking)

You must first sign up to be able to contribute.

Ticket #3454 (new task)

Opened 5 months ago

Last modified 2 months ago

check credential checking

Reported by: Leon.van.der.Ree Assigned to: Leon.van.der.Ree
Priority: major Milestone: plugins
Component: sfExtjsThemePlugin Version: 1.0.13
Keywords: credential Cc:
Qualification: Accepted

Description

At the moment the credential-checking is implemented by simply re-using the code from the default-theme, but never tested the implementation.

Change History

06/19/08 23:36:01 changed by lukas

I used them about four month ago. I'll use it again in the actual release and write a comment about the result.

06/30/08 20:39:43 changed by Leon.van.der.Ree

Lukas said to take a look at this.

Things to take in mind, credential checking per module, and within modules per field.

- check json-content (json is going to change, now we use a template to generate json, this will become by using the php-json-encode method which is filled with an array) - check grid/form-layout (show only fields/actions for which the user has permission.

06/30/08 20:45:55 changed by Leon.van.der.Ree

see ticket #3760

07/10/08 12:17:14 changed by Leon.van.der.Ree

Just visited an inspirational colloquium which inspired me with an idea about credentials and the javascript code:

instead of doing credential-checks which result in not to add fields to the panel/grid we should make these fields/columns invisible, so you don't have to reload the app when credentials have changed.

08/07/08 16:30:57 changed by Leon.van.der.Ree

KRavEN implemented this for grids, edit-panels still need to be done