Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Buenas, soy novata en Drupal y me gustaria saber si alguien sabe sobre como trabajar en forma local en dos PC sin servidor ,sin host y no logramos como hacer eso. Intentamos con GIT, lo logramos subir al repositorio pero no sabemos como bajarlo o como seguir trabajando ambas personas simultaneamente como se haria con un IDE(Netbeans, Eclipse, etc).
Agradezco si me pueden brindar informacion en base a su experiencia o algun link de donde me pueda informar ya que he buscado por todos lados en internet y no lo he conseguido.
I have a controller that lists certain category items. Depending on the category, the sort/filter form is dynamically changed. I've implemented this with a simple factory method called from the controller i.e. $filterForm = FilterForm_Factory::create($category);
The problem is you cannot edit/access form properties from within the controller e.g. to set the selected options on the form after submit.
I added a new shortcut set, trying to change the shortcut set from admin profile from default to the new created one, accessing the shortcut tab but the shortcut list is the same as in the default set, is that an drupal core issue or i'm doing something wrong?