pilotclient icon indicating copy to clipboard operation
pilotclient copied to clipboard

CModelDataReader::dataRead signal only triggered with single URL

Open ltoenning opened this issue 1 year ago • 0 comments

A single call to CModelDataReader::read can trigger multiple reads for different entities with different URLs. But only the last used URL is passed with the signal here:

https://github.com/swift-project/pilotclient/blob/0c29b279f836ae99795b20c83f42563c47732a08/src/blackcore/db/modeldatareader.cpp#L239-L242

I do not assume that this is intended behavior.

ltoenning avatar Feb 09 '24 18:02 ltoenning