View Single Post
Old 01-24-2022, 05:01 PM   #121
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 446
Karma: 672378
Join Date: Dec 2017
Device: Kobo
Quote:
Originally Posted by thiago.eec View Post
I think the post is about this key:
'is_custom' : False
Yes, exactly.

I have seen in the code comments/doc that the label is the raw name of the column, the prefix being applied only later, which must that
Code:
if self.is_custom:
        return '#' + self.label
else:
        return self.label
so when during my test I saw {"custom_series_index" : 77} appear, I was a little surprised.
However, on the GUI side, Yes, all works and the name is well prefixed

Well, it's only very marginal and obscure, and plugins like 'Manage Series' modify its fields without case. So I think somewhere along the way there and back, we lost a part without realizing it, since the car still runs perfectly. Oops?

Last edited by un_pogaz; 01-24-2022 at 05:06 PM.
un_pogaz is offline   Reply With Quote