redomino / redomino.contentwellportlets

redomino.contentwellportlets
2 stars 1 forks source link

Duplicate id when using redomino.contentwellportlets=4.1.2 #2

Open ale-rt opened 8 years ago

ale-rt commented 8 years ago

When using redomino.contentwellportlets=4.1.2 I have got duplicate ids on one of my sites:

[ale@kenobi ~]$ curl -s http://myhost.com|grep portlets                                                                                                                                                                                 
    <div id="portlets-in-header" class="row">
<div id="portlets-above" class="row">
<div id="portlets-below" class="row">
<div id="portlets-below" class="row">
<div id="portlets-footer" class="row">

I would like to provide a patch, but the code on master does not seem uptodate with the release (it is stuck at version 4.1.1). Can anybody push the most recent changes?

davidemoro commented 8 years ago

Hi @ale-rt,

I suspect this package is no more under active development nor maintenance. Feel free to provide a PR or fork this package!

ale-rt commented 8 years ago

Done -> #3 I copied the code I found on the pypi egg and fixed he issues. @davidemoro can you make a new release?

davidemoro commented 8 years ago

You can ask the pypi rights to @realefab. I have no more pypi access

ale-rt commented 8 years ago

It would be great if @realefab could help! Thanks to both of you!