Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
f05f250a
Commit
f05f250a
authored
Jul 28, 2016
by
Vladimir Baranov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rref #5385. Add readonly flag for timetable
parent
aad2451d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
app.css
app/app.css
+1
-0
crud_controller.js
app/components/crud/crud_controller.js
+4
-2
No files found.
app/app.css
View file @
f05f250a
...
...
@@ -2971,6 +2971,7 @@ table.dataTable thead .sorting:after {
.course-prg-scheduler
.action-selector.readonly
{
right
:
0
;
padding-right
:
0
;
cursor
:
default
;
}
.course-prg-scheduler
.action-selector.readonly
:after
{
...
...
app/components/crud/crud_controller.js
View file @
f05f250a
...
...
@@ -551,7 +551,8 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi
key
:
data
.
oe_key
,
name
:
data
.
name
,
avatar_url
:
data
.
avatar_url
,
totalHours
:
data
.
toplam_ders_saati
totalHours
:
data
.
toplam_ders_saati
,
readonly
:
data
.
readonly
};
iScope
.
timetable
=
iScope
.
prepareTimetable
(
data
.
uygunluk_durumu
);
};
...
...
@@ -611,7 +612,8 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi
iScope
.
currentTable
=
{
key
:
data
.
oe_key
,
name
:
data
.
name
,
avatar_url
:
data
.
avatar_url
avatar_url
:
data
.
avatar_url
,
readonly
:
data
.
readonly
};
iScope
.
timetable
=
iScope
.
prepareTimetable
(
data
.
zaman_plani
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment