queue icon indicating copy to clipboard operation
queue copied to clipboard

[16.0][Fix] ChannelManager.get_channel_by_name create wrong subchannels when pass parent_fallback=True

Open lingxiezfy opened this issue 2 years ago • 3 comments

c = cm.get_channel_by_name('root.sub.not.configured', parent_fallback=True)

# c.fullname should be "root.sub.not.configured", instand of "root.sub.sub.not.configured"
assert c.fullname == "root.sub.not.configured"

lingxiezfy avatar Jan 24 '24 07:01 lingxiezfy

Hi @guewen, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Jan 24 '24 07:01 OCA-git-bot

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar May 26 '24 12:05 github-actions[bot]