-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
theming-controlpanel trouble with themes #125
Comments
I tried to reproduce the bug on Plone 5.0.4 but was not able to. Both installed without issue. |
Thank for attention to issue! Through this, I had a chance to see how duplicate defense works. Sad the duplicate condition is not active. In fact i have theme at site resources but is not seen in manager. Duplicate defense must to inform me like I has seen it
I confirm non informative message when reloaded again to site theme contained manifest file. |
In #107 I added a comment to show where we can avoid the problem of the uploaded theme not having a |
What I did:
I have selected a plone theme (zip file) to upload.
the Diazo theme engine opened and I pressed the button "Back to the control panel"
What I expect to happen
Error about what wrong at new zip theme.
What actually happened:
New theme is not placed to list of themes below. Its not set too. But text are printing: Error There were errors
I tried again. Expecting web theme engine would open, but it didn't. Besides that text waited me again.
screenshots serie
Some other zip themes loaded fine and placed to theme list finally. No text appeared.
This theme are reproduce a problem:
At sources of addon plone.app.theming I found
src/plone/app/theming/browser/controlpanel.py .
Error are apeeared as exception each time when function update(self) throwing self.errors.
Look at the condition :
if 'form.button.Import' in form
Each have text "Error. There were errors" placed before:
no rules file,
invalid zip,
already installed.
What version of Plone/ Addons I am using:
Plone 5.0.4.
The text was updated successfully, but these errors were encountered: