Skip to content

Commit ac6b79d

Browse files
committed
[Fixes #13828] fixes review suggestions
1 parent 0191f2a commit ac6b79d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geonode/security/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def get_visible_resources(
261261
admin_approval_required=False,
262262
unpublished_not_visible=False,
263263
private_groups_not_visibile=False,
264-
include_dirty=False,
264+
include_dirty=True,
265265
):
266266
# Get the list of objects the user has access to
267267
from geonode.groups.models import GroupProfile

geonode/upload/celery_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def copy_geonode_resource(self, exec_id, actual_step, layer_name, alternate, han
602602

603603
_exec = orchestrator.get_execution_object(exec_id)
604604

605-
# Update input_params with original resource's PK immediately so the API
605+
# Update input_params with original resource's uuid immediately so the API
606606
# can find this execution request for original the dirty resource
607607
orchestrator.update_execution_request_status(
608608
execution_id=str(_exec.exec_id),

0 commit comments

Comments
 (0)