Query result formatter: remove column 'Index' from table head#197
Query result formatter: remove column 'Index' from table head#197dbu merged 1 commit intophpcr:masterfrom
Conversation
There is no data column for the head column 'Index'.
ab8afab to
d0574d4
Compare
|
are you sure that there never is? index would be for multivalue properties. have you tried with multivalue properties? if you did and saw nothing, then it might not have been implemented... |
|
At the moment, the column In the foreach loop there is no code, which collect data for this column: phpcr-shell/src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php Lines 69 to 78 in bc9b29f The table header and the rest of the table are therefore out of sync. Multivalue properties in the |
|
thanks, then this makes sense. should we tag a new release with these fixes? or is there more to come very soon? (we can always tag another version in a week or 2, there is no shortage of version numbers ;-) but if you intend to fix more stuff this week, or are aware of problems, we could delay the release a bit) |
|
One fix is still on the way. |
There is no data column for the head column 'Index'.