Forums / Developer / State assign action

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

State assign action

Author Message

David Santiso

Saturday 26 March 2011 10:26:16 am

Hi,

I have seen template that when a state is assigned to an object is called 'state/assign'|ezurl

Which module is this? Where can I see the code for what happens?

Thanks,

David

Carlos Revillo

Saturday 26 March 2011 1:46:03 pm

Normally first part of your url is the module and second one is the view. Normally views refers to a php named as the view so, you can try kernel/state/assign.php

David Santiso

Saturday 26 March 2011 2:50:31 pm

Ok, thanks.

My intention is save in an object attribute, that user has changed the status of that object.

You know how could I do?

Thanks,