⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to handle add, read, edit list fields



dig41

dig41
  • profile picture
  • Member

Posted 24 March 2015 - 14:21 PM

Hello,

 

First, I want to trully congratulate you for this trully  great add on.

 

I been developing using GC for quite a few months, and I think the strategy how to select which fields are seen in the 4 different actions is not quite clear for me.

 

The idea is the following:

 

I hace a table with 5 fields (a,b,c,d,e)

 

And I want to show the fields in the following way:

 

  • list: a,b,c,d
  • add: a,b,c,d (c,d are a hidden log fields not shown to the user)
  • read: a,b,c,d,e
  • edit: e

 

What methods in which order show I use to achieve this?

 

I have real problems with priority of methods: columns, fields, add_fields, edit_fields, $state, unset_edit_fields, etc.

 

Thanks in advance. And congratularions again.

 

Al