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 this workflow definition that zpretty insists in leaving as you see below:
zpretty
<state state_id="published" title="Published" i18n:attributes="title" > <exit-transition transition_id="hide" /> <exit-transition transition_id="archive" /> <permission-map acquired="True" name="Access contents information" > </permission-map> <permission-map acquired="True" name="View" > </permission-map> <permission-map acquired="True" name="Copy or Move" > <permission-role>Manager</permission-role> <permission-role>editor</permission-role> </permission-map> </state>
Note how the closing </permission-map> are not indented where they should 🤷🏾
</permission-map>
Any idea how to fix this? 🤔
The text was updated successfully, but these errors were encountered:
I see that :) I will have a look
Sorry, something went wrong.
I'm not sure if my problem is related to this. I run tox -e lint, the closing tag registry is not in a new line. It' only a cosmetic problem ;-)
tox -e lint
registry
<?xml version="1.0" encoding="utf-8"?> <registry> <record name="my.package.timeout"> <field type="plone.registry.field.Int"> <title>Timeout</title> <min>0</min> </field> <value>100</value> </record></registry>
ale-rt
No branches or pull requests
I have this workflow definition that
zpretty
insists in leaving as you see below:Note how the closing
</permission-map>
are not indented where they should 🤷🏾Any idea how to fix this? 🤔
The text was updated successfully, but these errors were encountered: