예제 #1
0
파일: editor2.py 프로젝트: tempbottle/hue
def open_old_bundle(request):
    doc_id = request.GET.get('bundle')
    bundle_id = Document.objects.get(id=doc_id).object_id

    return old_edit_bundle(request, bundle=bundle_id)
예제 #2
0
파일: editor2.py 프로젝트: cloudera/hue
def open_old_bundle(request):
  doc_id = request.GET.get('bundle')
  bundle_id = Document.objects.get(id=doc_id).object_id

  return old_edit_bundle(request, bundle=bundle_id)