couchgrid does not display any column unless keys are set

Bug #429140 reported by Rick Spencer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
desktopcouch
Triaged
Low
Rick Spencer

Bug Description

I should be able to create a couchgrid like this:
        self.__web_hist_grid = CouchGrid("searchy", record_type="web_search")
        self.__web_hist_grid.show()
        self.builder.get_object("viewport_web_hist").add(self.__web_hist_grid)

However, it does not display any columns unless I use a key, like this:
        self.__web_hist_grid = CouchGrid("searchy", record_type="web_search")
        self.__web_hist_grid.keys = ["text"]
        self.__web_hist_grid.show()
        self.builder.get_object("viewport_web_hist").add(self.__web_hist_grid)

Tags: desktop+
Changed in desktopcouch:
assignee: nobody → Rick Spencer (rick-rickspencer3)
Changed in desktopcouch:
importance: Undecided → Low
status: New → Triaged
tags: added: desktop+
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.