Closed (fixed)
Project:
Page manager existing pages (D7)
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 02:09 UTC
Updated:
20 Jan 2012 at 07:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
swentel commentedHmm, that would mean I'd expose other entities as contexts as well, which actually makes sense! I'll post a patch for this.
Comment #2
swentel commentedChanging title so it reflects the change better. Patch attached (untested though yet) I still ignore 'rules_config' as I'm pretty sure that's not something that can be 'varianted' - could you give this a quick run ?
Comment #3
rogical commentedI've added this page 'user/%user/edit', no errors, no warnings, just works excellent!
Only one thing , can't retrieve the user edit form.
Is that possible to add those related forms by this module, or only can by ourself manually?
page 'user/%user/edit' added by this module:

page 'node/%node/edit' by default

Comment #4
swentel commentedThe fields that are available are field api fields, so those are fine. The other ones are missing because there is no plugin at this point for that. Compare it to 'ctools/plugins/content_types/node_form' folder: they are defined over there for node. CTools has no plugin(s) for the user form however. I'm going to commit this one as a starter and see what I should do with those user form fields. I'll talk to merlinofchoas about this before opening an issue on either ctools or this module.