We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The xml is generally like this,
<xpath expr="//page[@string='Administration']/group[@name='misc']/field[@name='warn_manager']" position="before">
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
account_analytic_lob has been dealt with.
colinnewell
No branches or pull requests
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,
The xml is generally like this,
<xpath expr="//page[@string='Administration']/group[@name='misc']/field[@name='warn_manager']" position="before">
The text was updated successfully, but these errors were encountered: