Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various modules try to hook in around the Administration page on the project screen #2

Open
colinnewell opened this issue Sep 30, 2014 · 2 comments
Assignees

Comments

@colinnewell
Copy link
Contributor

I have fixed most where the xml was straight forward, the ones using XPath will need some more thought to come up with the correct path/markup.

Left to do is,

  • project_communications_mailgate/project_communications_mailgate_view.xml
  • project_integration/project_integration_view.xml
  • account_analytic_lob/project_view.xml

The xml is generally like this,

<xpath expr="//page[@string='Administration']/group[@name='misc']/field[@name='warn_manager']" position="before">

@colinnewell
Copy link
Contributor Author

Looking at the UI that refers to an Administration page which has been moved to a simple subsection of the 'Other info' tab on the UI.

This sugests that something like this is likely to be useful,

//notebook/page[@string='Other Info']/group[@name='misc']/field[@name='active']" position='after'

@colinnewell colinnewell self-assigned this Sep 30, 2014
@colinnewell
Copy link
Contributor Author

account_analytic_lob has been dealt with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant