Richard Tibbles
Richard Tibbles
Yes, please work from the develop branch and target any pull request there.
I took a look at the database where @AllanOXDi saw this issue, and it did seem contained to this single row. Still at a bit of a loss as to...
I have flagged this as P0 for now, as although I think it is a highly unlikely scenario, it _has_ happened and if it happened to an end user, it...
I had a similar experience when following the instructions from the README. The log for the action step is first the inputs: ``` Run google-github-actions/upload-cloud-storage@v2 with: path: dist/kolibri-0.16.0-py.py3-none-any.whl destination: ***/downloads/kolibri/v0.16.0/kolibri-0.16.0-py2.py-none-any.whl...
Hrm, is it possible that we'll need to backport @AlexVelezLl's work from develop around this? There's this PR: https://github.com/learningequality/kolibri/pull/11977 but I also think some previous work as well.
Does that mean that this issue is currently extant in 0.16 then?
Well, that's a relief!
Seems like it is a regression from this PR specifically then.
My first suggestion here would be to use the `TransactionTestCase` in the same way as the other test cases in this file. This is because we are using SQLAlchemy in...
> I also have a confusion that in this elif condition https://github.com/learningequality/kolibri/blob/develop/kolibri/core/content/utils/channel_import.py#L744 shouldn't we return a False? No - in that elif condition we are deleting the currently imported channel...